mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 04:36:26 +00:00
- Fixed hooking bug for Firefox, a plus, new SEH found a bug!
svn path=/trunk/; revision=37783
This commit is contained in:
parent
778dbb0862
commit
1af0b46120
1 changed files with 2 additions and 2 deletions
|
@ -507,13 +507,13 @@ co_IntCallHookProc(INT HookId,
|
|||
}
|
||||
_SEH2_END;
|
||||
|
||||
IntCbFreeMemory(Argument);
|
||||
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (Argument) IntCbFreeMemory(Argument);
|
||||
|
||||
return Result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue