mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 14:30:02 -04:00
add new unit test, fix minor bugs
This commit is contained in:
parent
f8e55ea307
commit
1730e6d964
7 changed files with 30 additions and 2 deletions
|
@ -49,4 +49,5 @@ void session_remove_request(struct SessionInfo *session, CURL* http_handle) {
|
|||
|
||||
void session_cleanup(struct SessionInfo *session) {
|
||||
curl_multi_cleanup(session->multi_handle);
|
||||
free(session);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue