Re: [PATCH wayland] client: Check that the proxy object exists before invoking closure

2012-10-29 Thread Kristian Høgsberg
On Sun, Oct 28, 2012 at 12:45:40AM +0200, Jonas Ådahl wrote: > Even when a closure got queued in the queue of a proxy, the proxy object > can be destroyed during a closure invoke earlier in the queue. Therefore > check that the proxy object still exists before invoking a closure. > > Signed-off-by

Re: [PATCH wayland] client: Check that the proxy object exists before invoking closure

2012-10-28 Thread David Herrmann
Hi Jonas On Sun, Oct 28, 2012 at 12:45 AM, Jonas Ådahl wrote: > Even when a closure got queued in the queue of a proxy, the proxy object > can be destroyed during a closure invoke earlier in the queue. Therefore > check that the proxy object still exists before invoking a closure. > > Signed-off-

[PATCH wayland] client: Check that the proxy object exists before invoking closure

2012-10-27 Thread Jonas Ådahl
Even when a closure got queued in the queue of a proxy, the proxy object can be destroyed during a closure invoke earlier in the queue. Therefore check that the proxy object still exists before invoking a closure. Signed-off-by: Jonas Ådahl --- Hi, I've been seeing crashes in dispatch_event() w