libsec: fix memory leak in ecmul()
This commit is contained in:
parent
c878be04f9
commit
8baa859319
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ ecmul(ECdomain *dom, ECpoint *a, mpint *k, ECpoint *s)
|
|||
mpfree(ns.y);
|
||||
mpfree(na.x);
|
||||
mpfree(na.y);
|
||||
mpfree(l);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue