aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-proxy-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-01-30 23:02:56 -0600
committerTed Gould <ted@gould.cx>2012-01-30 23:02:56 -0600
commitc23ad1d943515231aa9931d0628350676ba724c8 (patch)
treec6dd0bb444e3f806f24d5f259a6dc7aa391a4dee /tests/test-glib-proxy-client.c
parentd27208df523d669e2bf86ab0506634d0ae86e558 (diff)
parent354931b926297679ffebd38a8f3012e250d89895 (diff)
downloadlibdbusmenu-c23ad1d943515231aa9931d0628350676ba724c8.tar.gz
libdbusmenu-c23ad1d943515231aa9931d0628350676ba724c8.tar.bz2
libdbusmenu-c23ad1d943515231aa9931d0628350676ba724c8.zip
Fix the test suite so that it... passes?
Diffstat (limited to 'tests/test-glib-proxy-client.c')
-rw-r--r--tests/test-glib-proxy-client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-glib-proxy-client.c b/tests/test-glib-proxy-client.c
index 2e1e2d2..d20c27c 100644
--- a/tests/test-glib-proxy-client.c
+++ b/tests/test-glib-proxy-client.c
@@ -152,7 +152,6 @@ layout_verify_timer (gpointer data)
GVariant * value = g_variant_new("i", 0);
dbusmenu_menuitem_handle_event(menuroot, "clicked", value, layouton);
- g_variant_unref(value);
return FALSE;
}