Fixed a memory leak. Author of fix - GerdtR.
git-svn-id: svn://kolibrios.org@3920 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e2dc4513dc
commit
c6da9f0129
@ -397,6 +397,7 @@ endl
|
||||
|
||||
invoke file.close, [f.fh]
|
||||
pop edi esi ebx
|
||||
mcall 68,13,[f.buf]
|
||||
xor eax, eax
|
||||
ret
|
||||
|
||||
@ -790,6 +791,8 @@ endl
|
||||
lea ebx,[funcFile]
|
||||
mcall 70
|
||||
|
||||
mcall 68,13,[begMem]
|
||||
|
||||
xor eax,eax
|
||||
pop esi edi ecx ebx
|
||||
ret
|
||||
|
Loading…
Reference in New Issue
Block a user