Re: [PATCH wayland] client: Fix double locking bug

2012-10-11 Thread Kristian Høgsberg
On Thu, Oct 11, 2012 at 02:20:28PM +0300, Ander Conselvan de Oliveira wrote: > The function wl_proxy_create_for_id() would try to acquire the display > lock, but the only call path leading to it would call it with the lock > already acquired. > > This patch removes the attempt to acquire the lock

[PATCH wayland] client: Fix double locking bug

2012-10-11 Thread Ander Conselvan de Oliveira
The function wl_proxy_create_for_id() would try to acquire the display lock, but the only call path leading to it would call it with the lock already acquired. This patch removes the attempt to acquire the lock and makes the function static. It was exported before because client had to create prox

[PATCH wayland] client: Fix double locking bug

2012-10-11 Thread Ander Conselvan de Oliveira
The function wl_proxy_create_for_id() would try to acquire the display lock, but the only call path leading to it would call it with the lock already acquired. This patch removes the attempt to acquire the lock and makes the function static. It was exported before because client had to create prox