Skip to content
Snippets Groups Projects
Commit 83ce4b71 authored by Niels Möller's avatar Niels Möller
Browse files

umac-test: Fixed memory leak.

parent cdde35bb
No related branches found
No related tags found
No related merge requests found
2013-04-15 Niels Möller <nisse@lysator.liu.se>
* testsuite/umac-test.c (test_align): Fixed memory leak.
2013-04-12 Niels Möller <nisse@lysator.liu.se>
* armv7/umac-nh.asm: New file. 2.4 time speedup.
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment