summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-04-30 22:42:04 +0200
committerQC <qball@gmpclient.org>2015-04-30 22:42:04 +0200
commit09d2be260b067f49e00f5039ff603701ac1d0043 (patch)
tree95476efc099c930f60cc61378bec739d03373aad /test
parenta70404f12812f3c26d122fc304a294bfcd72a0bf (diff)
Allow keybindings to be set.
Diffstat (limited to 'test')
-rw-r--r--test/textbox-test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/textbox-test.c b/test/textbox-test.c
index 899c7f2e..026f6309 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -156,6 +156,9 @@ int main ( G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv )
textbox_free(box);
textbox_cleanup( );
+
+ cleanup_abe();
+
XDestroyWindow ( display, mw);
XCloseDisplay ( display );
}