diff options
Diffstat (limited to 'common/tests/test-x509.c')
-rw-r--r-- | common/tests/test-x509.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } } |