forked from KolibriOS/kolibrios
rollback to revision 8023
(http_free fix not working) git-svn-id: svn://kolibrios.org@8571 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
66294e553a
commit
ca24e734fe
@ -201,7 +201,6 @@ proc HTTP_free identifier ;/////////////////////////////////////////////////////
|
|||||||
mcall close, [ebp + http_msg.socket]
|
mcall close, [ebp + http_msg.socket]
|
||||||
|
|
||||||
.not_connected:
|
.not_connected:
|
||||||
invoke mem.free, [ebp + http_msg.content_ptr]
|
|
||||||
invoke mem.free, ebp
|
invoke mem.free, ebp
|
||||||
|
|
||||||
popa
|
popa
|
||||||
|
Loading…
Reference in New Issue
Block a user