diff options
Diffstat (limited to 'openbox/translate.c')
| -rw-r--r-- | openbox/translate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/translate.c b/openbox/translate.c index 5b2b4ebe..e7962ad5 100644 --- a/openbox/translate.c +++ b/openbox/translate.c @@ -179,5 +179,6 @@ gunichar translate_unichar(guint keycode) if (unikey == (gunichar)-1 || unikey == (gunichar)-2 || unikey == 0) unikey = 0; } + g_free(key); return unikey; } |
