[Spice-devel] [PATCH spice-gtk] display: Do not marshall empty message

Pavel Grunt pgrunt at redhat.com
Thu Sep 8 20:34:54 UTC 2016


---
 src/channel-display.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/channel-display.c b/src/channel-display.c
index 709b3d2..020b7fb 100644
--- a/src/channel-display.c
+++ b/src/channel-display.c
@@ -1816,7 +1816,6 @@ void spice_display_gl_draw_done(SpiceDisplayChannel *display)
     channel = SPICE_CHANNEL(display);
 
     out = spice_msg_out_new(channel, SPICE_MSGC_DISPLAY_GL_DRAW_DONE);
-    out->marshallers->msgc_display_gl_draw_done(out->marshaller, NULL);
     spice_msg_out_send_internal(out);
 }
 
-- 
2.10.0



More information about the Spice-devel mailing list