Update of /cvsroot/mahogany/M/src/classes
In directory usw-pr-cvs1:/tmp/cvs-serv8834/src/classes
Modified Files:
MObject.cpp
Log Message:
don't use wxFAIL in CheckLeaks() as it's too late to show any dialogs from there
Index: MObject.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MObject.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -b -u -2 -r1.17 -r1.18
--- MObject.cpp 13 Oct 2000 19:16:01 -0000 1.17
+++ MObject.cpp 22 Apr 2002 16:59:47 -0000 1.18
@@ -60,7 +60,5 @@
if ( nCount > 0 ) {
- wxFAIL_MSG("MObjectRC memory leaks detected, see debug log for details.");
-
- wxLogDebug("%d MObjectRCs leaked:", nCount);
+ wxLogDebug("MEMORY LEAK: %d object leaked:", nCount);
}
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates