free temporary buffer

This commit is contained in:
JacobBarthelmeh
2020-05-19 16:48:44 -07:00
committed by Jacob Barthelmeh
parent 6a7a8fa5b7
commit 03ed495f84

View File

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