Re: [PATCH] image: segfault when the file doesn't exist

2012-08-09 Thread Kristian Høgsberg
On Mon, Aug 06, 2012 at 07:45:43PM -0700, juan.j.z...@linux.intel.com wrote: > From: Juan Zhao > > don't create a window when the file doesn't exist > to fix the bug > https://bugs.freedesktop.org/show_bug.cgi?id=52450 Thanks, committed. I changed the header to say "Don't segfault...". The idea

[PATCH] image: segfault when the file doesn't exist

2012-08-06 Thread juan . j . zhao
From: Juan Zhao don't create a window when the file doesn't exist to fix the bug https://bugs.freedesktop.org/show_bug.cgi?id=52450 --- clients/image.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/clients/image.c b/clients/image.c index 711f0d8..c289d76 100644 --- a/clients/image.c