[libdmapsharing] Move g_object_unref of server inside conditional
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] Move g_object_unref of server inside conditional
- Date: Thu, 18 Feb 2016 03:57:46 +0000 (UTC)
commit 684f030cbde8d81d73855ec8203c5da65d5dd9d9
Author: W. Michael Petullo <mike flyn org>
Date: Wed Feb 17 22:57:34 2016 -0500
Move g_object_unref of server inside conditional
Signed-off-by: W. Michael Petullo <mike flyn org>
libdmapsharing/dacp-share.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libdmapsharing/dacp-share.c b/libdmapsharing/dacp-share.c
index 379e2f7..50934db 100644
--- a/libdmapsharing/dacp-share.c
+++ b/libdmapsharing/dacp-share.c
@@ -540,10 +540,10 @@ dacp_share_send_playstatusupdate (DACPShare * share)
soup_server_unpause_message (server,
(SoupMessage*) list->data);
}
+ g_object_unref (server);
}
g_slist_free (share->priv->update_queue);
share->priv->update_queue = NULL;
- g_object_unref (server);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]