[gupnp/gupnp-1.4] Context: Do not leak reference on ACL object
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp/gupnp-1.4] Context: Do not leak reference on ACL object
- Date: Tue, 28 Dec 2021 10:57:30 +0000 (UTC)
commit 81d315a44ff83aa94af2f7ac478c74dccbc0230c
Author: Jens Georg <mail jensge org>
Date: Tue Dec 28 11:56:11 2021 +0100
Context: Do not leak reference on ACL object
libgupnp/gupnp-context.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/libgupnp/gupnp-context.c b/libgupnp/gupnp-context.c
index fbd8440..8c015a1 100644
--- a/libgupnp/gupnp-context.c
+++ b/libgupnp/gupnp-context.c
@@ -330,6 +330,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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]