mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[CRTDLL]
- Free the correct variable in the failure case svn path=/trunk/; revision=53079
This commit is contained in:
@@ -141,7 +141,7 @@ DllMain(PVOID hinstDll, ULONG dwReason, PVOID reserved)
|
||||
|
||||
if (BlockEnvToEnvironW() < 0)
|
||||
{
|
||||
FreeEnvironment((char**)_wenviron);
|
||||
FreeEnvironment((char**)_environ);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user