Update ldr_init.c

This commit is contained in:
isaak654 2021-12-25 18:28:55 +01:00 committed by GitHub
parent b7f775c393
commit a75d424f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ _FX void Ldr_LoadInjectDlls(BOOLEAN bHostInject)
}
Dll_Free(dllname);
Dll_Free(path);
Dll_Free(path);
}