fix build 267, base 1361 fp ecc w/ no memory

This commit is contained in:
toddouska 2015-07-31 11:57:35 -07:00
parent 409b044ec7
commit 16b0120028

View File

@ -4331,7 +4331,9 @@ static int accel_fp_mul2add(int idx1, int idx2,
if ((err = mp_to_unsigned_bin(&tka, kb[0])) != MP_OKAY) {
mp_clear(&tka);
mp_clear(&tkb);
#ifdef WOLFSSL_SMALL_STACK
XFREE(kb[0], NULL, DYNAMIC_TYPE_TMP_BUFFER);
#endif
return err;
}