summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-11-02 16:55:50 +0100
committerJens Georg <mail@jensge.org>2022-11-02 16:55:50 +0100
commit6a0fc681f5bd433a83c79d7dd99623796383aab5 (patch)
tree1ff5b3356dd5f52f03ae1b452863e55b7a1ebf6f
parent95f50dfa194500e5bdd215344a2fcdfc437e88f9 (diff)
downloadgupnp-6a0fc681f5bd433a83c79d7dd99623796383aab5.tar.gz
introspection: Properly chain up dispose
-rw-r--r--libgupnp/gupnp-service-introspection.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgupnp/gupnp-service-introspection.c b/libgupnp/gupnp-service-introspection.c
index a56d280..699deae 100644
--- a/libgupnp/gupnp-service-introspection.c
+++ b/libgupnp/gupnp-service-introspection.c
@@ -231,6 +231,10 @@ gupnp_service_introspection_finalize (GObject *object)
*/
if (priv->action_names)
g_list_free (priv->action_names);
+
+ GObjectClass *object_class =
+ G_OBJECT_CLASS (gupnp_service_introspection_parent_class);
+ object_class->finalize (object);
}
static gboolean