mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[NTOS:MM]
- Fix an invalid free svn path=/trunk/; revision=60869
This commit is contained in:
parent
4d7a522726
commit
3def5beaf4
1 changed files with 1 additions and 1 deletions
|
@ -1158,7 +1158,7 @@ MiLoadUserSymbols(IN PCONTROL_AREA ControlArea,
|
|||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
ExFreePoolWithTag(NonPagedPool, 'bDmM');
|
||||
ExFreePoolWithTag(LdrEntry, 'bDmM');
|
||||
_SEH2_YIELD(return);
|
||||
}
|
||||
_SEH2_END;
|
||||
|
|
Loading…
Reference in a new issue