commit | 229609dd45ee572fb343366a5bf440afb25cf614 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@web.de> | Sat Jun 27 09:59:40 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jun 29 14:18:08 2009 -0500 |
tree | 86a32a00973f3455e7849fcfdac6292ea8f06f90 | |
parent | 059b8b1eb68c8fe65604baba7bb977d1ec120f96 [diff] |
sdl: Fix memory leakage Valgrind was so kind to remark that no one bothers to release keycodes after use and that something is fishy about cleaning up the requested keyboard descriptor. With this patch applied, we no longer leak about 12k during startup. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>