Update of /cvsroot/mahogany/M/src/classes
In directory sc8-pr-cvs1:/tmp/cvs-serv1010/src/classes
Modified Files:
MModule.cpp
Log Message:
fixed rare memory leak
Index: MModule.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MModule.cpp,v
retrieving revision 1.80
retrieving revision 1.81
diff -b -u -2 -r1.80 -r1.81
--- MModule.cpp 10 Mar 2003 18:43:28 -0000 1.80
+++ MModule.cpp 21 Jul 2003 00:19:58 -0000 1.81
@@ -490,5 +490,5 @@
}
~MModuleListingImpl()
- { if ( m_count ) delete [] m_entries; }
+ { delete [] m_entries; }
private:
MModuleListingEntryImpl *m_entries;
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates