Re: [PATCH wayland 4/5] client-test: test posting no-mem error on client destruction

2016-05-16 Thread Pekka Paalanen
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

Re: [PATCH wayland 4/5] client-test: test posting no-mem error on client destruction

2016-05-16 Thread Pekka Paalanen
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

[PATCH wayland 4/5] client-test: test posting no-mem error on client destruction

2016-05-13 Thread Marek Chalupa
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