📄 curl_global_cleanup.3
字号:
.\" You can view this file with:.\" nroff -man [file].\" $Id: curl_global_cleanup.3,v 1.1 2002/03/04 10:09:49 bagder Exp $.\".TH curl_global_cleanup 3 "28 May 2001" "libcurl 7.8" "libcurl Manual".SH NAMEcurl_global_cleanup - Global libcurl cleanup.SH SYNOPSIS.B #include <curl/curl.h>.sp.BI "void curl_global_cleanup(void);".ad.SH DESCRIPTIONcurl_global_cleanup must be called once (no matter how many threads or libcurlsessions that'll be used) by every application that uses libcurl, after alluses of libcurl is complete.This is the opposite of \fIcurl_global_init\fP.Not calling this function may result in memory leaks.This function was added in libcurl 7.8..SH "SEE ALSO".BR curl_global_init "(3), ".SH BUGSNone?
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -