X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e835ec0100b227c36a737df0ad03a249708642e7..7af76fc14e81e732bf197e127437f54fabb9efe0:/src/common/fileconf.cpp diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index 1b0eb091a3..385b76df94 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -571,6 +571,8 @@ wxFileConfig::~wxFileConfig() Flush(); CleanUp(); + + delete m_conv; } // ----------------------------------------------------------------------------