libsysprof-analyze: actually walk through paths

This commit is contained in:
Christian Hergert
2023-05-22 18:55:42 -07:00
parent 1469e8691a
commit 47538244f3

View File

@ -405,8 +405,8 @@ sysprof_elf_loader_load (SysprofElfLoader *self,
g_clear_object (&elf);
}
return g_steal_pointer (&elf);
if (elf != NULL)
return g_steal_pointer (&elf);
}
failure: