mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
free temporary buffer
This commit is contained in:
committed by
Jacob Barthelmeh
parent
6a7a8fa5b7
commit
03ed495f84
@@ -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;
|
||||||
|
Reference in New Issue
Block a user