diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-02-15 16:37:31 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2012-02-15 16:38:17 +0000 |
commit | 3077e97e7c0948ed1d11fe13c9e0d3ab0929e262 (patch) | |
tree | 8d35b072a1ae69edf0cfb0016971a5131ee89b8b /test/filecomp.c | |
parent | 67c874d76dc3cc54d9b6d2d2fad9c1ccbebc9bff (diff) | |
download | libxkbcommon-3077e97e7c0948ed1d11fe13c9e0d3ab0929e262.tar.gz libxkbcommon-3077e97e7c0948ed1d11fe13c9e0d3ab0929e262.tar.bz2 libxkbcommon-3077e97e7c0948ed1d11fe13c9e0d3ab0929e262.zip |
tests: Free returned XKB map
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'test/filecomp.c')
-rw-r--r-- | test/filecomp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/filecomp.c b/test/filecomp.c index 57fa846..27691a8 100644 --- a/test/filecomp.c +++ b/test/filecomp.c @@ -80,5 +80,7 @@ int main(int argc, char *argv[]) exit(1); } + xkb_free_keymap(xkb); + return 0; } |