From: Kristian Høgsberg Date: Wed, 26 Jan 2011 16:46:35 +0000 (-0500) Subject: connection: Also consume message data in error cases X-Git-Tag: upstream/0.1.8~3576 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f03b6c76947c9ed804a2db2b14b3f7d2f7c4ed21;p=profile%2Fivi%2Fweston-ivi-shell.git connection: Also consume message data in error cases --- diff --git a/wayland/connection.c b/wayland/connection.c index 73715e2..f83979c 100644 --- a/wayland/connection.c +++ b/wayland/connection.c @@ -647,6 +647,7 @@ wl_connection_demarshal(struct wl_connection *connection, err: closure->count = i; wl_closure_destroy(closure); + wl_connection_consume(connection, size); return NULL; }