On Mon, 16 May 2016 13:52:24 +0300
Pekka Paalanen wrote:
> On Fri, 13 May 2016 15:01:21 +0200
> Marek Chalupa wrote:
>
> > while client is being destroyed, it destroys all its resources.
> > Destroy handlers are called for the resources and if some
> > destroy handler post no memory error, we g
On Fri, 13 May 2016 15:01:21 +0200
Marek Chalupa wrote:
> while client is being destroyed, it destroys all its resources.
> Destroy handlers are called for the resources and if some
> destroy handler post no memory error, we get crash, because
> the display resource is NULL (it is destroyed as a
while client is being destroyed, it destroys all its resources.
Destroy handlers are called for the resources and if some
destroy handler post no memory error, we get crash, because
the display resource is NULL (it is destroyed as a first resource)
Signed-off-by: Marek Chalupa
---
tests/client-t