diff --git a/lib/hcrypto/mdtest.c b/lib/hcrypto/mdtest.c index d870867c5..5287b6450 100644 --- a/lib/hcrypto/mdtest.c +++ b/lib/hcrypto/mdtest.c @@ -335,6 +335,7 @@ hash_test (struct hash_foo *hash, struct test *tests) } } free(ctx); + free(res); printf ("success\n"); return 0; }