mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 19:09:16 +00:00
fix(userspace/libc): interpreter didn't worked at all
This commit is contained in:
@ -385,7 +385,7 @@ void ProcessNeededLibraries(Elf_Dyn *elem, ElfInfo *Info)
|
||||
path = strtok(NULL, ":");
|
||||
}
|
||||
|
||||
free(pathCopy);
|
||||
mini_free(pathCopy);
|
||||
if (found)
|
||||
goto load_lib;
|
||||
}
|
||||
|
Reference in New Issue
Block a user