Fixed delete array.

This commit is contained in:
Vincent Richard 2018-08-18 13:52:20 +02:00
parent 81e73c0f56
commit 997616c629

View File

@ -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)
{ {