summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Udaltsov <svu@gnome.org>2006-03-12 20:54:40 +0000
committerSergey Udaltsov <svu@gnome.org>2006-03-12 20:54:40 +0000
commit9454d6f6a507566ca0bd8a057d21e8968102f722 (patch)
treeb363482fa1a514ed3fa8163bbb587840b31377e2 /tests
parent2c88cc80147b72eba939d6358939ef59d403c34e (diff)
downloadlibxklavier-9454d6f6a507566ca0bd8a057d21e8968102f722.tar.gz
Further cleanup of API. Introducing XklConfigItem properties etc
Diffstat (limited to 'tests')
-rw-r--r--tests/test_config.c1
-rw-r--r--tests/test_monitor.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_config.c b/tests/test_config.c
index ea35aa2..1f0addf 100644
--- a/tests/test_config.c
+++ b/tests/test_config.c
@@ -213,7 +213,6 @@ main(int argc, char *const argv[])
g_object_unref(G_OBJECT(current_config));
- xkl_config_registry_free(config);
g_object_unref(G_OBJECT(config));
xkl_debug(0, "Xklavier registry freed\n");
xkl_debug(0, "Xklavier terminating\n");
diff --git a/tests/test_monitor.c b/tests/test_monitor.c
index 6928222..e9f229d 100644
--- a/tests/test_monitor.c
+++ b/tests/test_monitor.c
@@ -110,7 +110,6 @@ main(int argc, char *argv[])
g_object_unref(G_OBJECT(current_config));
- xkl_config_registry_free(config);
g_object_unref(G_OBJECT(config));
xkl_debug(0, "Xklavier registry freed\n");
xkl_debug(0, "Xklavier terminating\n");