Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv23943/src/gui
Modified Files:
wxComposeView.cpp
Log Message:
fixed nasty memory corruption bug/crash which happened for the messages with
attachments
Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.269
retrieving revision 1.270
diff -b -u -2 -r1.269 -r1.270
--- wxComposeView.cpp 30 Mar 2002 00:40:09 -0000 1.269
+++ wxComposeView.cpp 5 Apr 2002 15:12:46 -0000 1.270
@@ -3147,5 +3147,5 @@
}
- delete part;
+ part->DecRef();
}
@@ -3441,5 +3441,5 @@
}
- delete part;
+ part->DecRef();
}
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates