r16164 - in /desktop/unstable/gdm/debian: changelog patches/01_fixfree.patch patches/series
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Tue Jun 3 19:21:16 UTC 2008
Author: joss
Date: Tue Jun 3 19:21:16 2008
New Revision: 16164
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16164
Log:
01_fixfree.patch: stolen from upstream. Patch from Frédéric Crozat
to fix an invalid free causing yet another crash upon shutdown.
Added:
desktop/unstable/gdm/debian/patches/01_fixfree.patch
Modified:
desktop/unstable/gdm/debian/changelog
desktop/unstable/gdm/debian/patches/series
Modified: desktop/unstable/gdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/changelog?rev=16164&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/changelog (original)
+++ desktop/unstable/gdm/debian/changelog Tue Jun 3 19:21:16 2008
@@ -1,3 +1,10 @@
+gdm (2.20.6-2) UNRELEASED; urgency=low
+
+ * 01_fixfree.patch: stolen from upstream. Patch from Frédéric Crozat
+ to fix an invalid free causing yet another crash upon shutdown.
+
+ -- Josselin Mouette <joss at debian.org> Tue, 03 Jun 2008 21:19:53 +0200
+
gdm (2.20.6-1) unstable; urgency=low
* New upstream bugfix release:
Added: desktop/unstable/gdm/debian/patches/01_fixfree.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/01_fixfree.patch?rev=16164&op=file
==============================================================================
--- desktop/unstable/gdm/debian/patches/01_fixfree.patch (added)
+++ desktop/unstable/gdm/debian/patches/01_fixfree.patch Tue Jun 3 19:21:16 2008
@@ -1,0 +1,12 @@
+diff -p -up gdm-2.20.6/daemon/gdm-daemon-config.c.fixfree gdm-2.20.6/daemon/gdm-daemon-config.c
+--- gdm-2.20.6/daemon/gdm-daemon-config.c.fixfree 2008-06-03 11:41:15.000000000 +0200
++++ gdm-2.20.6/daemon/gdm-daemon-config.c 2008-06-03 11:41:17.000000000 +0200
+@@ -1433,7 +1433,7 @@ gdm_daemon_config_load_displays (GdmConf
+ g_strfreev (value_list);
+ }
+
+- g_ptr_array_free ((GPtrArray*) keys, TRUE);
++ g_free (keys);
+ }
+
+ static gboolean
Modified: desktop/unstable/gdm/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/series?rev=16164&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/series (original)
+++ desktop/unstable/gdm/debian/patches/series Tue Jun 3 19:21:16 2008
@@ -1,3 +1,4 @@
+01_fixfree.patch
20_xdm-stuff.patch
35_gdm.conf.patch
37_manpage-binaries.patch
More information about the pkg-gnome-commits
mailing list