'free' and 'stop' functions for HTTP library.

git-svn-id: svn://kolibrios.org@4205 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2013-11-11 11:35:18 +00:00
parent 34ecc269a0
commit 0c94d22080
3 changed files with 75 additions and 6 deletions

View File

@@ -133,7 +133,7 @@ mouse:
exit:
DEBUGF 1, "Exiting\n"
mcall 68, 13, [identifier] ; free buffer
invoke HTTP_free, [identifier] ; free buffer
fail:
or eax, -1 ; close this program
mcall
@@ -208,7 +208,8 @@ library lib_http, 'http.obj', \
import lib_http, \
HTTP_get , 'get' , \
HTTP_process , 'process'
HTTP_process , 'process' ,\
HTTP_free , 'free'
import box_lib, \
edit_box_draw, 'edit_box', \