Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv23245/src/gui

Modified Files:
        wxComposeView.cpp 
Log Message:
fixed a few memory leaks

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.262
retrieving revision 1.263
diff -b -u -2 -r1.262 -r1.263
--- wxComposeView.cpp   28 Mar 2002 15:21:49 -0000      1.262
+++ wxComposeView.cpp   28 Mar 2002 15:26:39 -0000      1.263
@@ -3108,4 +3108,6 @@
             FAIL_MSG( "Unknown editor content part type!" );
       }
+
+      delete part;
    }
 
@@ -3392,4 +3394,6 @@
          }
       }
+
+      delete part;
    }
 


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to