summaryrefslogtreecommitdiff
path: root/p11-kit/tests/test-modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'p11-kit/tests/test-modules.c')
-rw-r--r--p11-kit/tests/test-modules.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/p11-kit/tests/test-modules.c b/p11-kit/tests/test-modules.c
index 5bdbaa4..3f0e4e0 100644
--- a/p11-kit/tests/test-modules.c
+++ b/p11-kit/tests/test-modules.c
@@ -96,6 +96,8 @@ test_no_duplicates (CuTest *tc)
CuAssert (tc, "shouldn't be reached", 0);
if (!p11_dict_set (paths, path, ""))
CuAssert (tc, "shouldn't be reached", 0);
+
+ free (path);
}
p11_dict_free (paths);