free temporary buffer

pull/2987/head
JacobBarthelmeh 2020-05-19 16:48:44 -07:00 committed by Jacob Barthelmeh
parent 6a7a8fa5b7
commit 03ed495f84
1 changed files with 1 additions and 0 deletions

View File

@ -1851,6 +1851,7 @@ static int wc_RsaFunctionSync(const byte* in, word32 inLen, byte* out,
ret = BAD_STATE_E; ret = BAD_STATE_E;
} }
} }
XFREE(d, key->heap, DYNAMIC_TYPE_PRIVATE_KEY);
} }
#endif #endif
break; break;