Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv17194/include

Modified Files:
        SendMessageCC.h 
Log Message:
fixed memory leak (intorduced earlier today) when sending messages

Index: SendMessageCC.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/SendMessageCC.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -b -u -2 -r1.52 -r1.53
--- SendMessageCC.h     7 Sep 2002 00:03:24 -0000       1.52
+++ SendMessageCC.h     8 Sep 2002 01:30:16 -0000       1.53
@@ -18,4 +18,6 @@
 #endif
 
+#include "lists.h"
+
 #include "FolderType.h"
 
@@ -259,5 +261,5 @@
 
    /// a list of folders to save copies of the message in after sending
-   kbStringList m_FccList;
+   M_LIST_OWN(StringList, String) m_FccList;
 
    //@}



-------------------------------------------------------
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