From 4b09d2b4d3958b58b020c1ae21fcd932e1eb6c37 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 20 Mar 2013 22:20:25 +0100 Subject: Fix memory leaks reported by 'make leakcheck' --- common/tests/test-x509.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/tests/test-x509.c') diff --git a/common/tests/test-x509.c b/common/tests/test-x509.c index 08c269d..2596c9c 100644 --- a/common/tests/test-x509.c +++ b/common/tests/test-x509.c @@ -397,6 +397,7 @@ test_directory_string (CuTest *tc) CuAssertIntEquals (tc, fixtures[i].output_len, length); CuAssertStrEquals (tc, fixtures[i].output, string); + free (string); } } -- cgit v1.1