
8 Dec
2015
8 Dec
'15
1:28 p.m.
commit 4ae555facef43555452cae42ba658de4f87cfa7b Author: cypherpunks <cypherpunks@torproject.org> Date: Mon Nov 16 13:21:56 2015 +0100 Fix memory leak in ntor test --- src/test/test_ntor_cl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/test_ntor_cl.c b/src/test/test_ntor_cl.c index bfbf13a..915a5d0 100644 --- a/src/test/test_ntor_cl.c +++ b/src/test/test_ntor_cl.c @@ -106,6 +106,7 @@ server1(int argc, char **argv) done: tor_free(keys); tor_free(hexkeys); + dimap_free(keymap, NULL); return result; }
3452
Age (days ago)
3452
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org