mirror of https://github.com/wolfSSL/wolfssl.git
free temporary buffer
parent
6a7a8fa5b7
commit
03ed495f84
|
@ -1851,6 +1851,7 @@ static int wc_RsaFunctionSync(const byte* in, word32 inLen, byte* out,
|
|||
ret = BAD_STATE_E;
|
||||
}
|
||||
}
|
||||
XFREE(d, key->heap, DYNAMIC_TYPE_PRIVATE_KEY);
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue