mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
primegen: fix a small memory leak.
There's always one.
This commit is contained in:
parent
1b40d9f3ba
commit
aba52744e4
@ -237,5 +237,6 @@ mp_int *primegen(
|
||||
/*
|
||||
* We have a prime!
|
||||
*/
|
||||
pcs_free(pcs);
|
||||
return p;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user