mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 01:00:06 +00:00
- Add the missing Result return pointed out by Michael Martin.
svn path=/trunk/; revision=43104
This commit is contained in:
parent
53231784a0
commit
13aafd8c95
1 changed files with 2 additions and 0 deletions
|
@ -689,6 +689,8 @@ co_IntCallLoadMenu( HINSTANCE hModule,
|
|||
|
||||
UserEnterCo();
|
||||
|
||||
Result = *(LRESULT*)ResultPointer;
|
||||
|
||||
IntCbFreeMemory(Argument);
|
||||
|
||||
if (!NT_SUCCESS(Status))
|
||||
|
|
Loading…
Reference in a new issue