aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-02 07:40:53 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-02 07:40:53 -0500
commit6f101f96a64bf7a71937b2f7eb17e33f576f6381 (patch)
treeb5d7fe803f49668fc849217ca46ab20f8d1eb94d /src/test/test_hs.c
parent647dbf65fd1385f87f85df9a1a2d6e293f44f506 (diff)
parent1221c5aa02c0a9789de92d16935cf74da5365822 (diff)
downloadtor-6f101f96a64bf7a71937b2f7eb17e33f576f6381.tar.gz
tor-6f101f96a64bf7a71937b2f7eb17e33f576f6381.zip
Merge branch 'maint-0.2.9'
Diffstat (limited to 'src/test/test_hs.c')
-rw-r--r--src/test/test_hs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_hs.c b/src/test/test_hs.c
index 53ae08cd7f..1ef1551b65 100644
--- a/src/test/test_hs.c
+++ b/src/test/test_hs.c
@@ -774,6 +774,8 @@ test_single_onion_poisoning(void *arg)
tt_assert(ret == 0);
done:
+ tor_free(dir1);
+ tor_free(dir2);
/* The test harness deletes the directories at exit */
smartlist_free(services);
rend_service_free(service_1);