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
This commit is contained in:
@@ -70,7 +70,6 @@ wxHashTable *wxMemoryFSHandler::m_Hash = NULL;
|
|||||||
|
|
||||||
wxMemoryFSHandler::wxMemoryFSHandler() : wxFileSystemHandler()
|
wxMemoryFSHandler::wxMemoryFSHandler() : wxFileSystemHandler()
|
||||||
{
|
{
|
||||||
m_Hash = NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user