Bug 19944

Summary: [Curl] Curl should cleanup resources acquired by curl_global_init
Product: WebKit Reporter: Jan Alonzo <jmalonzo>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Curl
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
patch to call curl_global_cleanup in ResourceHandleManager's destructor christian: review+

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.