Re: [PATCH] input: Don't leak the initial keymap

2014-01-08 Thread Rui Tiago Cação Matos
Review ping. On 24 October 2013 19:28, Rui Matos tiagoma...@gmail.com wrote: weston_xkb_info_create() takes ownership of the xkb_keymap instance so we should drop our reference or we would leak it later if the keymap was changed. ___ wayland-devel

Re: [PATCH] input: Don't leak the initial keymap

2014-01-08 Thread Kristian Høgsberg
On Thu, Oct 24, 2013 at 07:28:41PM +0200, Rui Matos wrote: weston_xkb_info_create() takes ownership of the xkb_keymap instance so we should drop our reference or we would leak it later if the keymap was changed. Thanks again for the reminder, applied. Kristian --- src/input.c | 1 + 1

[PATCH] input: Don't leak the initial keymap

2013-10-24 Thread Rui Matos
weston_xkb_info_create() takes ownership of the xkb_keymap instance so we should drop our reference or we would leak it later if the keymap was changed. --- src/input.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input.c b/src/input.c index 2fed718..da89b47 100644 --- a/src/input.c