- Add the missing Result return pointed out by Michael Martin.

svn path=/trunk/; revision=43104
This commit is contained in:
James Tabor 2009-09-21 17:29:26 +00:00
parent 53231784a0
commit 13aafd8c95

View file

@ -689,6 +689,8 @@ co_IntCallLoadMenu( HINSTANCE hModule,
UserEnterCo(); UserEnterCo();
Result = *(LRESULT*)ResultPointer;
IntCbFreeMemory(Argument); IntCbFreeMemory(Argument);
if (!NT_SUCCESS(Status)) if (!NT_SUCCESS(Status))