r31905 - in /desktop/unstable/gtk+3.0/debian: changelog patches/080_filechooserdefault-Don-t-unref-value-twice.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Nov 29 22:31:06 UTC 2011


Author: biebl
Date: Tue Nov 29 22:31:06 2011
New Revision: 31905

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31905
Log:
debian/patches/080_filechooserdefault-Don-t-unref-value-twice.patch: Fix
incorrect ref counting which could lead to a crash in the filechooser.
Closes: #650223

Added:
    desktop/unstable/gtk+3.0/debian/patches/080_filechooserdefault-Don-t-unref-value-twice.patch
Modified:
    desktop/unstable/gtk+3.0/debian/changelog
    desktop/unstable/gtk+3.0/debian/patches/series

Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=31905&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog [utf-8] Tue Nov 29 22:31:06 2011
@@ -47,6 +47,9 @@
   * debian/libgtk-3-0.postinst.in: If the non-multiarch immodules directory
     does not exist or is empty handle this case more gracefully and don't
     print an error message.
+  * debian/patches/080_filechooserdefault-Don-t-unref-value-twice.patch: Fix
+    incorrect ref counting which could lead to a crash in the filechooser.
+    Closes: #650223
 
  -- Michael Biebl <biebl at debian.org>  Tue, 29 Nov 2011 21:39:20 +0100
 

Added: desktop/unstable/gtk+3.0/debian/patches/080_filechooserdefault-Don-t-unref-value-twice.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/patches/080_filechooserdefault-Don-t-unref-value-twice.patch?rev=31905&op=file
==============================================================================
--- desktop/unstable/gtk+3.0/debian/patches/080_filechooserdefault-Don-t-unref-value-twice.patch (added)
+++ desktop/unstable/gtk+3.0/debian/patches/080_filechooserdefault-Don-t-unref-value-twice.patch [utf-8] Tue Nov 29 22:31:06 2011
@@ -1,0 +1,28 @@
+From aca43f43be3886f1a0befda0178ebb94ea2cf7b1 Mon Sep 17 00:00:00 2001
+From: Benjamin Otte <otte at redhat.com>
+Date: Tue, 29 Nov 2011 20:39:21 +0100
+Subject: [PATCH] filechooserdefault: Don't unref value twice
+
+Double unref was introduced in eb02dacb370e8b4e6ef62328d0c09673b1234b32
+
+https://bugzilla.gnome.org/show_bug.cgi?id=646461
+https://bugzilla.gnome.org/show_bug.cgi?id=664137
+---
+ gtk/gtkfilechooserdefault.c |    1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c
+index e33b91e..a74aacc 100644
+--- a/gtk/gtkfilechooserdefault.c
++++ b/gtk/gtkfilechooserdefault.c
+@@ -10127,7 +10127,6 @@ list_row_activated (GtkTreeView           *tree_view,
+   if (is_folder && file)
+     {
+       change_folder_and_display_error (impl, file, FALSE);
+-      g_object_unref (file);
+       goto out;
+     }
+ 
+-- 
+1.7.7.3
+

Modified: desktop/unstable/gtk+3.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/patches/series?rev=31905&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/patches/series [utf-8] Tue Nov 29 22:31:06 2011
@@ -13,3 +13,4 @@
 060_ignore-random-icons.patch
 061_multiarch_module_fallback.patch
 70-Fix-document-generation-in-out-of-tree-builds.patch
+080_filechooserdefault-Don-t-unref-value-twice.patch




More information about the pkg-gnome-commits mailing list