[Spice-devel] [PATCH v2 spice-gtk 2/5] spice-channel: remove unnecessary g_socket_close()
Marc-André Lureau
marcandre.lureau at gmail.com
Fri Dec 14 08:44:39 PST 2012
---
gtk/spice-channel.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/gtk/spice-channel.c b/gtk/spice-channel.c
index 052ffce..f1ca476 100644
--- a/gtk/spice-channel.c
+++ b/gtk/spice-channel.c
@@ -2441,7 +2441,6 @@ static void channel_reset(SpiceChannel *channel, gboolean migrating)
}
if (c->sock) {
- g_socket_close(c->sock, NULL);
g_object_unref(c->sock);
c->sock = NULL;
}
--
1.8.1.rc1.17.g75ed918
More information about the Spice-devel
mailing list