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

Modified Files:
        LayoutEditor.cpp 
Log Message:
fixed small memory leak when starting to compose a message

Index: LayoutEditor.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/LayoutEditor.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- LayoutEditor.cpp    5 Apr 2002 15:12:46 -0000       1.3
+++ LayoutEditor.cpp    15 Apr 2002 23:36:46 -0000      1.4
@@ -545,4 +545,6 @@
                else // another object type
                {
+                  delete exp;
+
                   // skip return at the end of the loop
                   continue;


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

Reply via email to