libsec: fix memory leak in ecmul()

This commit is contained in:
cinap_lenrek 2015-09-22 18:04:06 +02:00
parent c878be04f9
commit 8baa859319

View file

@ -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