Re: [PATCH weston 1/3] libweston: Remove signals from the list during de-init

2018-08-08 Thread Pekka Paalanen
On Tue, 7 Aug 2018 19:05:02 +0530 Harsha M M wrote: > During de-init ensure removal of added signals from list. Otherwise > a dongling pointer is left behind which will affect other plugins. > > Signed-off-by: Harsha M M > --- > compositor/text-backend.c | 3 +++ > compositor/weston-sc

[PATCH weston 1/3] libweston: Remove signals from the list during de-init

2018-08-07 Thread Harsha M M
During de-init ensure removal of added signals from list. Otherwise a dongling pointer is left behind which will affect other plugins. Signed-off-by: Harsha M M --- compositor/text-backend.c | 3 +++ compositor/weston-screenshooter.c | 2 ++ desktop-shell/shell.c | 1 + 3 fil