[Spice-devel] [PATCH spice-server 5/6] spicevmc: Remove useless check

Frediano Ziglio fziglio at redhat.com
Thu Jan 26 10:56:47 UTC 2017


rcc is already deferenced in red_channel_client_get_client so
checking for NULL after that is uselss.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/spicevmc.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/server/spicevmc.c b/server/spicevmc.c
index f441822..2039a80 100644
--- a/server/spicevmc.c
+++ b/server/spicevmc.c
@@ -452,10 +452,6 @@ static void spicevmc_red_channel_client_on_disconnect(RedChannelClient *rcc)
     SpiceCharDeviceInterface *sif;
     RedClient *client = red_channel_client_get_client(rcc);
 
-    if (!rcc) {
-        return;
-    }
-
     channel = RED_VMC_CHANNEL(red_channel_client_get_channel(rcc));
 
     /* partial message which wasn't pushed to device */
-- 
2.9.3



More information about the Spice-devel mailing list