.. highlightlang:: us .. index:: curl_easy_cleanup .. _curl_easy_cleanup: curl_easy_cleanup ================= .. us.tag curl_easy_cleanup NOTREADYENGLISH Curl New5700 :ref:`curl_easy_cleanup` destroys the curl pointer, created with :ref:`curl_easy_init`. :ref:`curl_easy_cleanup` .. function:: bool = curl_easy_cleanup(curl) .. us.return **Return Value** If TRUE (1), the function was successful, otherwise FALSE (0). .. us.params **Parameters** .. uparam:: curl Is the curl pointer returned by :ref:`curl_easy_init`. .. us.example **Example** See :ref:`curl_easy_init`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2015.0 - New. .. seealso:: :ref:`overview-curl`, :ref:`curl_easy_init` :sub:`id-1295628`