Skip to content

lib: Add a new version of up_client_get_devices which unrefs contents

Robert Ancell requested to merge rancell/upower:get-devices-unref into master

The existing function didn't set the free function on the GPtrArray. This means a libupower user can easily make a mistake in the reference counting of the array contents.

Merge request reports