Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maamoun TK
nettle
Commits
e436ec48
Commit
e436ec48
authored
Jan 26, 2020
by
Niels Möller
Browse files
Fix memory leak in ecc-mul-a-test
parent
a2757e43
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/ecc-mul-a-test.c
View file @
e436ec48
...
...
@@ -84,6 +84,7 @@ test_main (void)
abort
();
}
}
free
(
g
);
free
(
n
);
free
(
p
);
free
(
q
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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