diff options
author | Ted Gould <ted@gould.cx> | 2011-02-22 10:58:15 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-22 10:58:15 -0600 |
commit | 1f74c94ab3fe43c628fba75ec62fa10b6347d2c7 (patch) | |
tree | 4ec3784173be983bd873374d0d0e492bde7c45c3 /tests/json-loader.c | |
parent | b4fcda58ac462d058d589524c7a68592cf60b56e (diff) | |
parent | 7c00755653e6ae4b8598d08df65171aaaebb01be (diff) | |
download | libdbusmenu-1f74c94ab3fe43c628fba75ec62fa10b6347d2c7.tar.gz libdbusmenu-1f74c94ab3fe43c628fba75ec62fa10b6347d2c7.tar.bz2 libdbusmenu-1f74c94ab3fe43c628fba75ec62fa10b6347d2c7.zip |
Sync to trunk
Diffstat (limited to 'tests/json-loader.c')
-rw-r--r-- | tests/json-loader.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/json-loader.c b/tests/json-loader.c index 14e90e0..36157dc 100644 --- a/tests/json-loader.c +++ b/tests/json-loader.c @@ -109,7 +109,6 @@ set_props (DbusmenuMenuitem * mi, JsonObject * node) if (variant != NULL) { dbusmenu_menuitem_property_set_variant(mi, member, variant); - g_variant_unref(variant); } } |