From: Václav Slavík Date: Fri, 26 Jul 2002 22:08:59 +0000 (+0000) Subject: fix for memory leak in XRC-generated CXX resources code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7672597c3eddc7a0c5fb97a168df6a69d2ea6d6a fix for memory leak in XRC-generated CXX resources code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/fs_mem.cpp b/src/common/fs_mem.cpp index 93e51c7625..b3c156edd6 100644 --- a/src/common/fs_mem.cpp +++ b/src/common/fs_mem.cpp @@ -70,7 +70,6 @@ wxHashTable *wxMemoryFSHandler::m_Hash = NULL; wxMemoryFSHandler::wxMemoryFSHandler() : wxFileSystemHandler() { - m_Hash = NULL; }