Fixing possible memory leak and compiler warnings.

This commit is contained in:
lotodore
2011-02-28 19:59:14 +00:00
parent 2cd2ac57ca
commit 2ad5f1cb40
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -299,6 +299,7 @@ CryptHelper::AES128Encrypt(const unsigned char *keyData, unsigned keySize, const
gcry_cipher_close(hd);
#endif
delete[] paddedPlainStr;
}
return retVal;
}