mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 20:12:48 -05:00
primegen: fix a small memory leak.
There's always one.
This commit is contained in:
@ -237,5 +237,6 @@ mp_int *primegen(
|
||||
/*
|
||||
* We have a prime!
|
||||
*/
|
||||
pcs_free(pcs);
|
||||
return p;
|
||||
}
|
||||
|
Reference in New Issue
Block a user