Skip to content
  • Marco Trevisan's avatar
    device: Always free error in delete enrolled fingers2 · ba7a45d3
    Marco Trevisan authored
    During delete enrolled fingers2 call, if the check-claimed control fails, we
    would return the error without freeing it.
    
    While this could be fixed by just a further g_error_free call, let's just
    remove the other manual free call, and use an auto-pointer instead for this
    function.
    ba7a45d3