xbps-bin: fixed a memleak in show_pkg_info().

This commit is contained in:
Juan RP 2012-06-18 10:01:27 +02:00
parent 0f3d4f4a19
commit a2e42f1d57

View File

@ -127,6 +127,7 @@ show_pkg_info(prop_dictionary_t dict)
print_value_obj(keyname, obj, false);
}
prop_object_release(all_keys);
}
int