From 7672597c3eddc7a0c5fb97a168df6a69d2ea6d6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 26 Jul 2002 22:08:59 +0000 Subject: [PATCH] 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 --- src/common/fs_mem.cpp | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.45.2