mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-03 04:22:47 -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!
|
* We have a prime!
|
||||||
*/
|
*/
|
||||||
|
pcs_free(pcs);
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user