Skip to content
Snippets Groups Projects
Commit 94362605 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix a leak memory on the failing case of test_memeq_hex

svn:r18094
parent 24ff823b
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,8 @@
__LINE__, \
PRETTY_FUNCTION, \
#expr1, _test_v2, _mem1, _test_v2); \
tor_free(_mem1); \
tor_free(_mem2); \
goto done; \
} \
tor_free(_mem2); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment