I'm writing a network backend for connman for PackageKit in C(Not python). Everything is fine but I'm a bit confused by how to free memory returned by GetProperties. With GetProperties, it filles a hash table with all properties of an object like manager or service even the caller is only interested in State, for example. So how to free those memory quickly without writing so much g_free code?? Is this possible?
Thanks, Peter _______________________________________________ connman mailing list [email protected] https://lists.moblin.org/mailman/listinfo/connman
