Skip to content
  • Bastien Nocera's avatar
    lib: Fix baroque code in fp_discover_prints() · 52208a66
    Bastien Nocera authored
    Use GPtrArray to simplify the implementation.
    
    libfprint/fpi-data.c:777:13: warning: Access to field 'data' results in a dereference of a null pointer (loaded from variable 'elem')
                    list[i] = elem->data;
                              ^~~~~~~~~~
    52208a66