Bug 23761 – Some leaks
authorMatthias Clasen <mclasen@redhat.com>
Fri, 18 Sep 2009 20:32:01 +0000 (16:32 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Fri, 18 Sep 2009 20:32:01 +0000 (16:32 -0400)
commit8a2c95f987235a4a0b791e9b014844c53161b80a
tree08a60b7f5a3680bbcc7796eaabd14758804d66e0
parenta5a2a5e337c4f9b463ac000e83c3c72b2a166d89
Bug 23761 – Some leaks

g_hash_table_get_values returns a newly-allocated GList. The callers
of devkit_disks_daemon_local_get_all_devices need to free it.

Signed-off-by: David Zeuthen <davidz@redhat.com>
src/devkit-disks-device.c