mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
virtual-device-storage: Don't listed prints
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user