[glib/wip/gcleanup] gtype: Cleanup signals for interfaces
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/gcleanup] gtype: Cleanup signals for interfaces
- Date: Sat, 9 Nov 2013 08:23:55 +0000 (UTC)
commit 4411e7302b8150eb75b1e28828ef56360325bb92
Author: Stef Walter <stefw gnome org>
Date: Fri Nov 8 22:44:42 2013 +0100
gtype: Cleanup signals for interfaces
gobject/gtype.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gobject/gtype.c b/gobject/gtype.c
index 715ab1a..653e4be 100644
--- a/gobject/gtype.c
+++ b/gobject/gtype.c
@@ -4961,6 +4961,11 @@ finalize_type (gpointer data)
}
}
}
+
+ if (NODE_IS_IFACE (node))
+ {
+ _g_signals_destroy (type);
+ }
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]