[Spice-devel] [RFC v4 11/62] server/red_channel: merge into red_channel_client_release_item introduction - bug

Alon Levy alevy at redhat.com
Tue Apr 26 03:54:36 PDT 2011


---
 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



More information about the Spice-devel mailing list