Re: [PATCH] wayland-server: Fix up error handling with client creation.

2012-10-17 Thread Kristian Høgsberg
On Tue, Oct 16, 2012 at 08:32:19PM +0200, John Kåre Alsaker wrote: > --- > src/wayland-server.c | 41 ++--- > 1 file changed, 26 insertions(+), 15 deletions(-) That looks great, thanks. Kristian > diff --git a/src/wayland-server.c b/src/wayland-server.c > ind

[PATCH] wayland-server: Fix up error handling with client creation.

2012-10-16 Thread John Kåre Alsaker
--- src/wayland-server.c | 41 ++--- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index 41560f2..acbab9a 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c @@ -341,33 +341,41 @@ wl_client_c