aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_channelpadding.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-29 13:06:15 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-29 13:06:15 -0400
commit68dfbd5ef433b830059baa08d48589518db05d22 (patch)
treeba5a3ed16dd63a65e8c409b435c112669b0a9900 /src/test/test_channelpadding.c
parentfe2588a5a8560c8cb03345b3caaaf906655c34a1 (diff)
parentea14d3408df7c846722b54484cf5b8d61de5384f (diff)
downloadtor-68dfbd5ef433b830059baa08d48589518db05d22.tar.gz
tor-68dfbd5ef433b830059baa08d48589518db05d22.zip
Merge branch 'maint-0.3.1' into maint-0.3.2
Diffstat (limited to 'src/test/test_channelpadding.c')
-rw-r--r--src/test/test_channelpadding.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_channelpadding.c b/src/test/test_channelpadding.c
index d5713688a0..aaa6fc007f 100644
--- a/src/test/test_channelpadding.c
+++ b/src/test/test_channelpadding.c
@@ -748,6 +748,8 @@ test_channelpadding_consensus(void *arg)
tt_i64_op(val, OP_LE, 24*60*60*2);
done:
+ tor_free(relay);
+
free_mock_consensus();
free_fake_channeltls((channel_tls_t*)chan);
smartlist_free(connection_array);