[maemo-commits] [maemo-commits] r18071 - in projects/haf/trunk/dbus-glib/debian: . patches

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Apr 15 15:33:07 EEST 2009
Author: makarhun
Date: 2009-04-15 15:33:07 +0300 (Wed, 15 Apr 2009)
New Revision: 18071

Added:
   projects/haf/trunk/dbus-glib/debian/patches/50-free-user-error.patch
Modified:
   projects/haf/trunk/dbus-glib/debian/changelog
   projects/haf/trunk/dbus-glib/debian/patches/series
Log:
50-free-user-error.patch

Modified: projects/haf/trunk/dbus-glib/debian/changelog
===================================================================
--- projects/haf/trunk/dbus-glib/debian/changelog	2009-04-15 10:15:57 UTC (rev 18070)
+++ projects/haf/trunk/dbus-glib/debian/changelog	2009-04-15 12:33:07 UTC (rev 18071)
@@ -1,3 +1,9 @@
+dbus-glib (0.78-0maemo3) unstable; urgency=low
+
+  * Free user-set error in invoke_object_method (Fixes: NB#79181)
+
+ -- Janne Karhunen <Janne.Karhunen at nokia.com>  Wed, 15 Apr 2009 10:17:09 +0300
+
 dbus-glib (0.78-0maemo2) unstable; urgency=low
 
   * Teach dbus_g_method_return_error about DBUS_GERROR. (Fixes: NB#95048)

Added: projects/haf/trunk/dbus-glib/debian/patches/50-free-user-error.patch
===================================================================
--- projects/haf/trunk/dbus-glib/debian/patches/50-free-user-error.patch	2009-04-15 10:15:57 UTC (rev 18070)
+++ projects/haf/trunk/dbus-glib/debian/patches/50-free-user-error.patch	2009-04-15 12:33:07 UTC (rev 18071)
@@ -0,0 +1,12 @@
+Index: dbus-glib-0.78/dbus/dbus-gobject.c
+===================================================================
+--- dbus-glib-0.78.orig/dbus/dbus-gobject.c
++++ dbus-glib-0.78/dbus/dbus-gobject.c
+@@ -1452,6 +1452,7 @@ invoke_object_method (GObject         *o
+       g_value_array_free (out_param_gvalues);
+     }
+   g_value_array_free (value_array);
++  g_error_free(gerror);
+   return result;
+  nomem:
+   result = DBUS_HANDLER_RESULT_NEED_MEMORY;

Modified: projects/haf/trunk/dbus-glib/debian/patches/series
===================================================================
--- projects/haf/trunk/dbus-glib/debian/patches/series	2009-04-15 10:15:57 UTC (rev 18070)
+++ projects/haf/trunk/dbus-glib/debian/patches/series	2009-04-15 12:33:07 UTC (rev 18071)
@@ -3,3 +3,4 @@
 13-zero-call_id-fix.patch
 20-owner_names-assert.patch
 99-dbus-error.patch
+50-free-user-error.patch


More information about the maemo-commits mailing list