From 13aafd8c950dd9d824846eaa3e3a890de06f42ac Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 21 Sep 2009 17:29:26 +0000 Subject: [PATCH] - Add the missing Result return pointed out by Michael Martin. svn path=/trunk/; revision=43104 --- reactos/subsystems/win32/win32k/ntuser/callback.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/subsystems/win32/win32k/ntuser/callback.c b/reactos/subsystems/win32/win32k/ntuser/callback.c index efd390a1f60..69715c9103e 100644 --- a/reactos/subsystems/win32/win32k/ntuser/callback.c +++ b/reactos/subsystems/win32/win32k/ntuser/callback.c @@ -689,6 +689,8 @@ co_IntCallLoadMenu( HINSTANCE hModule, UserEnterCo(); + Result = *(LRESULT*)ResultPointer; + IntCbFreeMemory(Argument); if (!NT_SUCCESS(Status))