1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

Fix miscellaneous minor memory leaks.

All found by Coverity.
This commit is contained in:
Simon Tatham
2019-05-04 16:19:13 +01:00
parent e82ba498ff
commit 64fdc85b2d
6 changed files with 15 additions and 3 deletions

View File

@ -658,6 +658,7 @@ static void test_mp_modsqrt(void)
}
mp_free(x);
modsqrt_free(sc);
}
static WeierstrassCurve *wcurve(void)