---
 server/red_channel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/server/red_channel.c b/server/red_channel.c
index 3a28304..5aad98b 100644
--- a/server/red_channel.c
+++ b/server/red_channel.c
@@ -319,6 +319,7 @@ static void 
red_channel_client_release_item(RedChannelClient *rcc, PipeItem *ite
     switch (item->type) {
         case PIPE_ITEM_TYPE_SET_ACK:
             free(item);
+            break;
         default:
             handled = FALSE;
     }
-- 
1.7.4.4

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to