tests: Free returned XKB map

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
master
Daniel Stone 2012-02-15 16:37:31 +00:00
parent 67c874d76d
commit 3077e97e7c
3 changed files with 6 additions and 0 deletions

View File

@ -80,5 +80,7 @@ int main(int argc, char *argv[])
exit(1);
}
xkb_free_keymap(xkb);
return 0;
}

View File

@ -58,5 +58,7 @@ int main(int argc, char *argv[])
exit(1);
}
xkb_free_keymap(xkb);
return 0;
}

View File

@ -57,5 +57,7 @@ int main(int argc, char *argv[])
exit(1);
}
xkb_free_keymap(xkb);
return 0;
}