summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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