diff options
| author | Ted Gould <ted@gould.cx> | 2012-01-30 23:02:56 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2012-01-30 23:02:56 -0600 |
| commit | c23ad1d943515231aa9931d0628350676ba724c8 (patch) | |
| tree | c6dd0bb444e3f806f24d5f259a6dc7aa391a4dee /tests/test-glib-proxy-client.c | |
| parent | d27208df523d669e2bf86ab0506634d0ae86e558 (diff) | |
| parent | 354931b926297679ffebd38a8f3012e250d89895 (diff) | |
| download | libdbusmenu-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.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; } |
