aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-proxy-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-01-30 16:23:04 -0600
committerTed Gould <ted@gould.cx>2012-01-30 16:23:04 -0600
commit767c767a60a7de0fce7031a3e17c30d54e658962 (patch)
tree88b4d0174061b52f31485e68364796d36c26ea90 /tests/test-glib-proxy-client.c
parent5b7844d079fe1579f60c1bc4fbcc5da128c70138 (diff)
downloadlibdbusmenu-767c767a60a7de0fce7031a3e17c30d54e658962.tar.gz
libdbusmenu-767c767a60a7de0fce7031a3e17c30d54e658962.tar.bz2
libdbusmenu-767c767a60a7de0fce7031a3e17c30d54e658962.zip
Unreffing a variant we never had a reference to
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;
}