fixed memory deallocation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-11-09 10:29:47 +00:00
parent 507ad4266a
commit 6b7d5d1c44

View File

@@ -176,7 +176,7 @@ zlibStream::zlibStream()
zlibStream::~zlibStream()
{
delete m_pCompressedData;
delete[] m_pCompressedData;
delete m_pTmpMemInStream;
delete m_pTmpMemOutStream;