libnm-glib: fix another memory leak around update_permissions()
authorThomas Haller <thaller@redhat.com>
Tue, 26 Jan 2016 11:17:57 +0000 (12:17 +0100)
committerThomas Haller <thaller@redhat.com>
Tue, 26 Jan 2016 11:20:15 +0000 (12:20 +0100)
commit8029f59e4fcefe9786fb79d04ede5ea10e3c33c2
tree72799917315d215dc891cbf8067c2188e4f7b4d4
parente0601d501a09d2ea24c7d9d966056cb8042a49b3
libnm-glib: fix another memory leak around update_permissions()

This time in init_async_got_permissions().

Thereby, just use gs_unref_hash and gs_free_error for cleanup.
libnm-glib/nm-client.c