Changes in uspace/lib/http/src/http.c [fc3d4fd5:a62ceaf] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/http/src/http.c
rfc3d4fd5 ra62ceaf 121 121 122 122 tcp_conn_destroy(http->conn); 123 http->conn = NULL;124 123 tcp_destroy(http->tcp); 125 http->tcp = NULL;126 127 124 return EOK; 128 125 } … … 130 127 void http_destroy(http_t *http) 131 128 { 132 (void) http_close(http);133 129 recv_buffer_fini(&http->recv_buffer); 134 130 free(http);
Note:
See TracChangeset
for help on using the changeset viewer.