From: Niels Möller Date: Mon, 15 Apr 2013 12:07:38 +0000 (+0200) Subject: umac-test: Fixed memory leak. X-Git-Tag: nettle_2.7_release_20130424~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ce4b71c7da136f91ecb067790c880e9c0bbd61;p=thirdparty%2Fnettle.git umac-test: Fixed memory leak. --- diff --git a/ChangeLog b/ChangeLog index a4dd7b2b..1d5a93f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-04-15 Niels Möller + + * testsuite/umac-test.c (test_align): Fixed memory leak. + 2013-04-12 Niels Möller * armv7/umac-nh.asm: New file. 2.4 time speedup. diff --git a/testsuite/umac-test.c b/testsuite/umac-test.c index 203e28a3..452596da 100644 --- a/testsuite/umac-test.c +++ b/testsuite/umac-test.c @@ -152,6 +152,7 @@ test_align (const struct tstring *key, &ctx128, (nettle_hash_digest_func *) umac128_digest, msg, length, 16, ref128->data); } + free (buffer); } void