mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-04-26 23:01:37 +00:00
For some reason static checkers report that the auto-free is not run if the goto exists the loop. It seems to me like that should work fine, but we can simply make the analysers happy by moving it.