Re: [PATCH wayland v2 2/2] scanner: get rid of leaks

2015-07-27 Thread Marek Chalupa
On 07/23/2015 08:50 PM, Bryce Harrington wrote: On Thu, Jul 23, 2015 at 07:39:31AM +0200, Marek Chalupa wrote: Free all the memory we have allocated during running. v2.: split creating objects and getting rid of leaks into two patches move check for NULL description into

Re: [PATCH wayland v2 2/2] scanner: get rid of leaks

2015-07-23 Thread Bryce Harrington
On Thu, Jul 23, 2015 at 07:39:31AM +0200, Marek Chalupa wrote: Free all the memory we have allocated during running. v2.: split creating objects and getting rid of leaks into two patches move check for NULL description into free_description Signed-off-by: Marek Chalupa

[PATCH wayland v2 2/2] scanner: get rid of leaks

2015-07-22 Thread Marek Chalupa
Free all the memory we have allocated during running. v2.: split creating objects and getting rid of leaks into two patches move check for NULL description into free_description Signed-off-by: Marek Chalupa mchqwe...@gmail.com --- src/scanner.c | 110