Re: [PATCH v2 2/2] weston-info: destroy wl_keyboard

2018-04-26 Thread Peter Hutterer
On Thu, Apr 26, 2018 at 05:01:24PM +0200, w...@ongy.net wrote: > From: Markus Ongyerth > > Fixes a memory leak by calling wl_keyboard_destroy on a any keyboard > that was used to listen for events. > > Signed-off-by: Markus Ongyerth Reviewed-by: Peter Hutterer Cheers, Peter > --- > clien

[PATCH v2 2/2] weston-info: destroy wl_keyboard

2018-04-26 Thread wl
From: Markus Ongyerth Fixes a memory leak by calling wl_keyboard_destroy on a any keyboard that was used to listen for events. Signed-off-by: Markus Ongyerth --- clients/weston-info.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/clients/weston-info.c b/clients