Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
83ce4b71
Commit
83ce4b71
authored
Apr 15, 2013
by
Niels Möller
Browse files
umac-test: Fixed memory leak.
parent
cdde35bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
83ce4b71
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.
...
...
testsuite/umac-test.c
View file @
83ce4b71
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment