diff options
Diffstat (limited to 'devel/dbus/files/patch-glib_dbus-gidl.c')
-rw-r--r-- | devel/dbus/files/patch-glib_dbus-gidl.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/dbus/files/patch-glib_dbus-gidl.c b/devel/dbus/files/patch-glib_dbus-gidl.c deleted file mode 100644 index f09505e83325..000000000000 --- a/devel/dbus/files/patch-glib_dbus-gidl.c +++ /dev/null @@ -1,22 +0,0 @@ ---- glib/dbus-gidl.c.orig Sat Jul 9 13:52:52 2005 -+++ glib/dbus-gidl.c Sat Jul 16 02:13:02 2005 -@@ -662,8 +662,8 @@ property_info_unref (PropertyInfo *info) - info->base.refcount -= 1; - if (info->base.refcount == 0) - { -- base_info_free (info); - g_free (info->type); -+ base_info_free (info); - } - } - -@@ -722,8 +722,8 @@ arg_info_unref (ArgInfo *info) - if (info->base.refcount == 0) - { - g_hash_table_destroy (info->annotations); -- base_info_free (info); - g_free (info->type); -+ base_info_free (info); - } - } - |