rpms/gnome-applets/devel info-leak.patch, NONE, 1.1 gnome-applets.spec, 1.295, 1.296

Matthias Clasen mclasen at fedoraproject.org
Wed Sep 17 02:43:42 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gnome-applets/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30589

Modified Files:
	gnome-applets.spec 
Added Files:
	info-leak.patch 
Log Message:
plug a leak in the trash applet


info-leak.patch:

--- NEW FILE info-leak.patch ---
diff -up gnome-applets-2.23.92/trashapplet/src/trashapplet.c.info-leak gnome-applets-2.23.92/trashapplet/src/trashapplet.c
--- gnome-applets-2.23.92/trashapplet/src/trashapplet.c.info-leak	2008-09-16 22:38:24.000000000 -0400
+++ gnome-applets-2.23.92/trashapplet/src/trashapplet.c	2008-09-16 22:39:29.000000000 -0400
@@ -148,6 +148,7 @@ trash_applet_monitor_changed (TrashApple
     }
 
   g_object_unref (icon);
+  g_object_unref (info);
 }
 
 static void


Index: gnome-applets.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-applets/devel/gnome-applets.spec,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -r1.295 -r1.296
--- gnome-applets.spec	10 Sep 2008 01:16:21 -0000	1.295
+++ gnome-applets.spec	17 Sep 2008 02:43:11 -0000	1.296
@@ -35,7 +35,7 @@
 Summary:        Small applications for the GNOME panel
 Name:		gnome-applets
 Version:	2.23.92
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Epoch:          1
 License:	GPLv2+ and GFDL
 Group:          User Interface/Desktops
@@ -64,6 +64,9 @@
 # do the nullapplet dance for battstat
 Patch40:	gnome-applets-null-battstat.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=552577
+Patch42:	info-leak.patch
+
 BuildRequires:  glib2-devel >= %{glib2_version}
 BuildRequires:  gtk2-devel >= %{gtk2_version}
 BuildRequires:  libgnomeui-devel >= %{libgnomeui_version}
@@ -149,6 +152,7 @@
 %patch33 -p1 -b .node-leak
 %patch39 -p1 -b .gweather-network
 %patch40 -p1 -b .battstat-null
+%patch42 -p1 -b .info-leak
 
 # We don't ship gnome-system-tools
 rm -rf modemlights
@@ -308,6 +312,9 @@
 %{_datadir}/PolicyKit/policy/org.gnome.cpufreqselector.policy
 
 %changelog
+* Tue Sep 16 2008 Matthias Clasen <mclasen at redhat.com> - 1:2.23.92-2
+- Plug a leak in the trash applet
+
 * Tue Sep  9 2008 Matthias Clasen <mclasen at redhat.com> - 1:2.23.92-1
 - Update to 2.23.92
 




More information about the fedora-extras-commits mailing list