summaryrefslogtreecommitdiff
path: root/libgupnp
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-05-08 17:31:36 +0200
committerJens Georg <mail@jensge.org>2022-05-08 17:31:36 +0200
commit1e47e52500ad722dde03d142e3cc315608f11958 (patch)
treedbd6b4efba2ab8ec64566114091dbcfa6ae43013 /libgupnp
parentf4d5ed36a649b4dd0ec11a7cf3f04509b957e347 (diff)
downloadgupnp-1e47e52500ad722dde03d142e3cc315608f11958.tar.gz
service-info: Do not free propagated error
Diffstat (limited to 'libgupnp')
-rw-r--r--libgupnp/gupnp-service-info.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgupnp/gupnp-service-info.c b/libgupnp/gupnp-service-info.c
index 082839e..517e729 100644
--- a/libgupnp/gupnp-service-info.c
+++ b/libgupnp/gupnp-service-info.c
@@ -581,7 +581,6 @@ get_scpd_document_finished (GObject *source,
out:
g_clear_pointer (&scpd, xmlFreeDoc);
g_clear_pointer (&bytes, g_bytes_unref);
- g_clear_error (&error);
g_object_unref (task);
}