Re: [PATCH 1/2] compositor: fix a memory leak of struct process_info

2015-03-03 Thread Pekka Paalanen
On Sat, 21 Feb 2015 01:07:37 +0900 Ryo Munakata wrote: > Cleanup functions of weston clients are never called > after wl_display_run(), so that some of process_info of clients will not be > freed. > > Signed-off-by: Ryo Munakata > --- > src/compositor.c | 24 +--- > src/co

[PATCH 1/2] compositor: fix a memory leak of struct process_info

2015-02-20 Thread Ryo Munakata
Cleanup functions of weston clients are never called after wl_display_run(), so that some of process_info of clients will not be freed. Signed-off-by: Ryo Munakata --- src/compositor.c | 24 +--- src/compositor.h | 1 + 2 files changed, 22 insertions(+), 3 deletions(-) dif

[PATCH 1/2] compositor: fix a memory leak of struct process_info

2015-02-20 Thread Ryo Munakata
Cleanup functions of weston clients are never called after wl_display_run(), so that some of process_info of clients will not be freed. Signed-off-by: Ryo Munakata --- src/compositor.c | 24 +--- src/compositor.h | 1 + 2 files changed, 22 insertions(+), 3 deletions(-) dif