Fix the very noisy unit test memory leak of CID 420-421.
commit134ac8059b18551e37f5b298f5a6362f07fa3ea7
authorNick Mathewson <nickm@torproject.org>
Tue, 27 Oct 2009 02:18:05 +0000 (26 22:18 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 27 Oct 2009 02:40:41 +0000 (26 22:40 -0400)
tree00df49fd67921284045105111f5c03b7abf2ff78
parentcaa141617f324138b329051520dcdf0d9289d618
Fix the very noisy unit test memory leak of CID 420-421.

On any failing case in test_util_config_line, we would leak a couple
of strings.
src/test/test_util.c