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

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

Index: SendMessageCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/SendMessageCC.cpp,v
retrieving revision 1.197
retrieving revision 1.198
diff -b -u -2 -r1.197 -r1.198
--- SendMessageCC.cpp   7 Sep 2002 00:03:25 -0000       1.197
+++ SendMessageCC.cpp   8 Sep 2002 01:30:16 -0000       1.198
@@ -1455,5 +1455,5 @@
       {
          // save it in the local folders, if any
-         for ( kbStringList::iterator i = m_FccList.begin();
+         for ( StringList::iterator i = m_FccList.begin();
                i != m_FccList.end();
                i++ )



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