[gupnp/gupnp-1.4] ServiceProxy: Fix double-unref



commit 1b327363e5d87ff85e42d5192fac2617b2a3eeae
Author: Jens Georg <mail jensge org>
Date:   Sat Jan 8 10:30:49 2022 +0100

    ServiceProxy: Fix double-unref
    
    This was introduced by previous commit

 libgupnp/gupnp-service-proxy.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/libgupnp/gupnp-service-proxy.c b/libgupnp/gupnp-service-proxy.c
index 6fb0e10..96fafd7 100644
--- a/libgupnp/gupnp-service-proxy.c
+++ b/libgupnp/gupnp-service-proxy.c
@@ -752,7 +752,6 @@ action_task_got_response (SoupSession *session,
                         GUPNP_SERVER_ERROR,
                         GUPNP_SERVER_ERROR_OTHER,
                         "Server does not allow any POST messages");
-                g_object_unref (task);
         }
 
         switch (msg->status_code) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]