mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[NTDLL]
- Fix a typo which always set page heap enabled to true. svn path=/trunk/; revision=49033
This commit is contained in:
parent
538c2dfa33
commit
41b74ee1f9
1 changed files with 46 additions and 46 deletions
|
@ -139,7 +139,6 @@ LoadImageFileExecutionOptions(PPEB Peb)
|
|||
FLG_USER_STACK_TRACE_DB |
|
||||
FLG_HEAP_ENABLE_TAGGING |
|
||||
FLG_HEAP_ENABLE_TAG_BY_DLL);
|
||||
}
|
||||
|
||||
/* Get page heap flags without checking return value */
|
||||
LdrQueryImageFileExecutionOptions(&ImageName,
|
||||
|
@ -187,6 +186,7 @@ LoadImageFileExecutionOptions(PPEB Peb)
|
|||
/* Now when all parameters are read, enable page heap */
|
||||
RtlpPageHeapEnabled = TRUE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BOOLEAN
|
||||
|
|
Loading…
Reference in a new issue