virtual-device-storage: Don't listed prints
This commit is contained in:
parent
8d21a9c27c
commit
ec4c7ca5a9
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ dev_list (FpDevice *dev)
|
|||
return;
|
||||
}
|
||||
|
||||
prints_list = g_ptr_array_new_full (g_hash_table_size (vdev->prints_storage), NULL);
|
||||
prints_list = g_ptr_array_new_full (g_hash_table_size (vdev->prints_storage), g_object_unref);
|
||||
data.dev = dev;
|
||||
data.res = prints_list;
|
||||
|
||||
|
|
Loading…
Reference in a new issue