Re: [PATCH wayland] wayland-client : Fix duplicated proxy destroy

2015-07-31 Thread Jonas Ã…dahl
On Fri, Jul 31, 2015 at 04:04:14PM +0900, Elvis Lee wrote: > proxy_destroy can be called twice by wl_proxy_destroy and > wl_event_queue_release. > In that case, wl_map_remove should be called only once for same object id. > > Signed-off-by: Elvis Lee Yepp. In 5c70c031 we started to destroy prox

[PATCH wayland] wayland-client : Fix duplicated proxy destroy

2015-07-31 Thread Elvis Lee
proxy_destroy can be called twice by wl_proxy_destroy and wl_event_queue_release. In that case, wl_map_remove should be called only once for same object id. Signed-off-by: Elvis Lee --- src/wayland-client.c |4 1 file changed, 4 insertions(+) diff --git a/src/wayland-client.c b/src/wa