Commit 378fc22b authored by Josh Thielen's avatar Josh Thielen Committed by Alexandre Julliard

Wrong handle was being closed.

parent 1ea54c60
......@@ -453,7 +453,7 @@ BOOL NE_LoadAllSegments( NE_MODULE *pModule )
pModule->self,hFile16);
NE_CallTo16_word_ww(selfloadheader->BootApp, pModule->self,hFile16);
TRACE_(dll)("Return from CallBootAppProc\n");
_lclose16(hf);
_lclose16(hFile16);
NtCurrentTeb()->cur_stack = oldstack;
for (i = 2; i <= pModule->seg_count; i++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment