ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.36,1.37


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.36,1.37
Date: Fri, 17 Jan 2003 11:00:54 -0500

Update of /cvsroot/ayttm/ayttm/modules/msn2
In directory subversions:/tmp/cvs-serv9105

Modified Files:
        msn.C 
Log Message:
oups, a free() missing


Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- msn.C       17 Jan 2003 15:50:26 -0000      1.36
+++ msn.C       17 Jan 2003 16:00:51 -0000      1.37
@@ -1114,6 +1114,7 @@
         }
        
        msg->body = g_strndup(tmp, 1098);
+       free(tmp);
        msg->font=NULL;
        msg->content=strdup("text/plain; charset=UTF-8");
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]