ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src status.c,1.28,1.29


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src status.c,1.28,1.29
Date: Tue, 21 Jan 2003 05:04:10 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv11520/src

Modified Files:
        status.c 
Log Message:
forgot a g_free()


Index: status.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/status.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- status.c    21 Jan 2003 09:21:11 -0000      1.28
+++ status.c    21 Jan 2003 10:03:43 -0000      1.29
@@ -1287,6 +1287,9 @@
        
        gtk_window_set_title(GTK_WINDOW(statuswindow), title);
 
+       if (ec!= NULL)
+               g_free(title);
+       
        return 0;
 }
        





reply via email to

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