summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-12-28 11:56:11 +0100
committerJens Georg <mail@jensge.org>2021-12-30 10:12:10 +0100
commit8f149a1c87c9bc00a85a8f494e11a36f6d8b992e (patch)
tree8e4b963a8ee5253315cb490e3166f7f0ca510a18
parentf6165e595d627301854e988e6b9f5336f025b373 (diff)
downloadgupnp-8f149a1c87c9bc00a85a8f494e11a36f6d8b992e.tar.gz
Context: Do not leak reference on ACL object
-rw-r--r--libgupnp/gupnp-context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgupnp/gupnp-context.c b/libgupnp/gupnp-context.c
index 390f17d..335cce8 100644
--- a/libgupnp/gupnp-context.c
+++ b/libgupnp/gupnp-context.c
@@ -321,6 +321,7 @@ gupnp_context_dispose (GObject *object)
}
g_clear_object (&priv->server);
+ g_clear_object (&priv->acl);
/* Call super */
object_class = G_OBJECT_CLASS (gupnp_context_parent_class);