RESOLVED FIXED 19944
[Curl] Curl should cleanup resources acquired by curl_global_init
https://bugs.webkit.org/show_bug.cgi?id=19944
Summary [Curl] Curl should cleanup resources acquired by curl_global_init
Jan Alonzo
Reported 2008-07-08 07:37:26 PDT
Curl should call curl_global_cleanup to cleanup resources acquired by curl_global_init.
Attachments
patch to call curl_global_cleanup in ResourceHandleManager's destructor (1.11 KB, patch)
2008-07-08 07:38 PDT, Jan Alonzo
christian: review+
Jan Alonzo
Comment 1 2008-07-08 07:38:41 PDT
Created attachment 22157 [details] patch to call curl_global_cleanup in ResourceHandleManager's destructor
Christian Dywan
Comment 2 2008-07-26 17:56:42 PDT
Comment on attachment 22157 [details] patch to call curl_global_cleanup in ResourceHandleManager's destructor according to libcurl's documentation curl_global_cleanup should be called for each curl_global_init. So this seems like the right thing to do.
Mark Rowe (bdash)
Comment 3 2008-07-26 22:52:21 PDT
Note You need to log in before you can comment on or make changes to this bug.