diff options
author | Ted Gould <ted@gould.cx> | 2012-01-30 16:23:04 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-01-30 16:23:04 -0600 |
commit | 767c767a60a7de0fce7031a3e17c30d54e658962 (patch) | |
tree | 88b4d0174061b52f31485e68364796d36c26ea90 /tests | |
parent | 5b7844d079fe1579f60c1bc4fbcc5da128c70138 (diff) | |
download | libdbusmenu-767c767a60a7de0fce7031a3e17c30d54e658962.tar.gz libdbusmenu-767c767a60a7de0fce7031a3e17c30d54e658962.tar.bz2 libdbusmenu-767c767a60a7de0fce7031a3e17c30d54e658962.zip |
Unreffing a variant we never had a reference to
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-glib-proxy-client.c | 1 |
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; } |