Subversion Repositories Kolibri OS

Rev

Rev 8570 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8570 Rev 8571
Line 199... Line 199...
199
        jz      .not_connected
199
        jz      .not_connected
200
        and     [ebp + http_msg.flags], not FLAG_CONNECTED
200
        and     [ebp + http_msg.flags], not FLAG_CONNECTED
201
        mcall   close, [ebp + http_msg.socket]
201
        mcall   close, [ebp + http_msg.socket]
Line 202... Line 202...
202
 
202
 
203
  .not_connected:
-
 
204
        invoke  mem.free, [ebp + http_msg.content_ptr]
203
  .not_connected:
Line 205... Line 204...
205
        invoke  mem.free, ebp
204
        invoke  mem.free, ebp
206
 
205