Loading CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ History of Changes Daniel (13 June 2000) - Luong Dinh Dung <dung at sch.bme.hu> found a problem in curl_easy_cleanup() since it free()ed the main curl struct *twice*. This is now corrected. Daniel (9 June 2000) - Updated the RESOURCES file, added a README.win32 file. Loading lib/url.c +1 −3 Original line number Diff line number Diff line Loading @@ -233,14 +233,12 @@ CURLcode curl_close(CURL *curl) void *protocol = data->proto.generic; /* total session cleanup */ /* total session cleanup (frees 'data' as well!)*/ urlfree(data, TRUE); if(protocol) free(protocol); free(data); return CURLE_OK; } Loading Loading
CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ History of Changes Daniel (13 June 2000) - Luong Dinh Dung <dung at sch.bme.hu> found a problem in curl_easy_cleanup() since it free()ed the main curl struct *twice*. This is now corrected. Daniel (9 June 2000) - Updated the RESOURCES file, added a README.win32 file. Loading
lib/url.c +1 −3 Original line number Diff line number Diff line Loading @@ -233,14 +233,12 @@ CURLcode curl_close(CURL *curl) void *protocol = data->proto.generic; /* total session cleanup */ /* total session cleanup (frees 'data' as well!)*/ urlfree(data, TRUE); if(protocol) free(protocol); free(data); return CURLE_OK; } Loading