Fixed delete array.
This commit is contained in:
parent
81e73c0f56
commit
997616c629
@ -454,7 +454,7 @@ const datetime X509Certificate_OpenSSL::convertX509Date(void* time) const
|
|||||||
vmime::string t(dest);
|
vmime::string t(dest);
|
||||||
|
|
||||||
BIO_free(out);
|
BIO_free(out);
|
||||||
delete dest;
|
delete [] dest;
|
||||||
|
|
||||||
if (t.size() > 0)
|
if (t.size() > 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user