diff options
| author | Stef Walter <stefw@gnome.org> | 2013-03-20 22:20:25 +0100 |
|---|---|---|
| committer | Stef Walter <stefw@gnome.org> | 2013-03-20 22:22:30 +0100 |
| commit | 4b09d2b4d3958b58b020c1ae21fcd932e1eb6c37 (patch) | |
| tree | abba9eb25d2d7d4c9804ba56741e08e40b0fe417 /common/tests/test-x509.c | |
| parent | 57d8f36a6cfbde5a9a783f11f2b75f19005c23e1 (diff) | |
Fix memory leaks reported by 'make leakcheck'
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); } } |
