gnome-applets r11013 - in trunk/trashapplet: . src



Author: callum
Date: Sun Sep 21 20:19:14 2008
New Revision: 11013
URL: http://svn.gnome.org/viewvc/gnome-applets?rev=11013&view=rev

Log:
 Fix a memory
leak (Matthias Clasen / bug 552577).

Modified:
   trunk/trashapplet/ChangeLog
   trunk/trashapplet/src/trashapplet.c

Modified: trunk/trashapplet/src/trashapplet.c
==============================================================================
--- trunk/trashapplet/src/trashapplet.c	(original)
+++ trunk/trashapplet/src/trashapplet.c	Sun Sep 21 20:19:14 2008
@@ -148,6 +148,7 @@
     }
 
   g_object_unref (icon);
+  g_object_unref (info);
 }
 
 static void



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