mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-04-27 23:21:25 +00:00
The pointer arrays were unref'ed using g_ptr_array_free rather than g_ptr_array_unref from g_clear_pointer. Switch to the correct function.