kolibri-process: fix wrong return value in user_free

git-svn-id: svn://kolibrios.org@5119 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2014-09-13 08:23:11 +00:00
parent f2d2fff452
commit 6eb724186d

View File

@ -847,6 +847,7 @@ proc user_free stdcall, base:dword
call mutex_unlock
xor eax, eax
inc eax
pop ebx
pop esi
ret
@ -857,7 +858,6 @@ proc user_free stdcall, base:dword
jmp .exit
.fail:
xor eax, eax
inc eax
pop esi
ret
endp