Update of /cvsroot/mahogany/M/src/classes
In directory sc8-pr-cvs1:/tmp/cvs-serv27568/src/classes

Modified Files:
        ConfigSource.cpp 
Log Message:
fixed (harmless) memory leak

Index: ConfigSource.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/ConfigSource.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- ConfigSource.cpp    31 Aug 2003 16:34:16 -0000      1.5
+++ ConfigSource.cpp    15 Sep 2003 11:08:24 -0000      1.6
@@ -454,4 +454,6 @@
    // don't try to recreate us
    wxConfig::Set(NULL);
+
+   delete m_config;
 }
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to