Re: [PATCH wayland 1/6] server: Clean up socket destruction

2014-07-18 Thread Marek Chalupa
On 17 July 2014 19:54, Jasper St. Pierre wrote: > The code here is wrong, leaky, and inconsistent. We don't free, > unlink or clean up things when we should in every error path. > > Centralize the data destruction so it's easier to keep track of > and easier to bug fix. > --- > src/wayland-serve

[PATCH wayland 1/6] server: Clean up socket destruction

2014-07-17 Thread Jasper St. Pierre
The code here is wrong, leaky, and inconsistent. We don't free, unlink or clean up things when we should in every error path. Centralize the data destruction so it's easier to keep track of and easier to bug fix. --- src/wayland-server.c | 49 - 1 f