SYNOPSIS
#include <curl/curl.h>CURLSHcode curl_share_cleanup(CURLSH *share_handle);
DESCRIPTION
This function deletes a shared object. The share handle cannot be used anymore when this function has been called.
CURLSHcode curl_share_cleanup(CURLSH *share_handle);