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

Modified Files:
        MailFolderCmn.cpp 
Log Message:
added an extra check which should help to catch the elusive crash on exit bug

Index: MailFolderCmn.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCmn.cpp,v
retrieving revision 1.103
retrieving revision 1.104
diff -b -u -2 -r1.103 -r1.104
--- MailFolderCmn.cpp   25 Jul 2002 22:37:05 -0000      1.103
+++ MailFolderCmn.cpp   2 Sep 2002 10:44:42 -0000       1.104
@@ -623,4 +623,6 @@
                "mismatch between Suspend/ResumeUpdates()" );
 
+   ASSERT_MSG( !MFPool::Remove(this), "folder shouldn't be left in the pool!" );
+
    // this must have been cleared by SendMsgStatusChangeEvent() call earlier
    if ( m_statusChangeData )



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to