summaryrefslogtreecommitdiff
path: root/common/tests/test-hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/tests/test-hash.c')
-rw-r--r--common/tests/test-hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/tests/test-hash.c b/common/tests/test-hash.c
index d6d7990..c8694e1 100644
--- a/common/tests/test-hash.c
+++ b/common/tests/test-hash.c
@@ -89,6 +89,8 @@ test_sha1_long (CuTest *cu)
p11_hash_sha1 (checksum, input, 1000000, NULL);
CuAssertTrue (cu, memcmp (expected, checksum, P11_HASH_SHA1_LEN) == 0);
+
+ free (input);
}
const char *md5_input[] = {