Move a comment in test_single_onion_poisoning

This commit is contained in:
teor 2016-12-03 06:30:58 +11:00
parent 8d42aab3f6
commit e8ce57e6e8
No known key found for this signature in database
GPG key ID: 450CBA7F968F094B

View file

@ -767,10 +767,10 @@ test_single_onion_poisoning(void *arg)
tt_assert(ret == 0); tt_assert(ret == 0);
done: done:
/* The test harness deletes the directories at exit */
tor_free(poison_path); tor_free(poison_path);
tor_free(dir1); tor_free(dir1);
tor_free(dir2); tor_free(dir2);
/* The test harness deletes the directories at exit */
smartlist_free(services); smartlist_free(services);
rend_service_free(service_1); rend_service_free(service_1);
rend_service_free(service_2); rend_service_free(service_2);