aboutsummaryrefslogtreecommitdiff
path: root/docs/curl_global_cleanup.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-03-04 10:10:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-03-04 10:10:58 +0000
commit465ae39e86396c2d1a84735164964a43a9c157e1 (patch)
treee91ac4553ccabb30e6c1d8907841df21d7a66f14 /docs/curl_global_cleanup.3
parent01f04b9a4127aa2bfb9cdaa8b2d4114268f45514 (diff)
moved to the new libcurl/ directory
Diffstat (limited to 'docs/curl_global_cleanup.3')
-rw-r--r--docs/curl_global_cleanup.327
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/curl_global_cleanup.3 b/docs/curl_global_cleanup.3
deleted file mode 100644
index 4bc12d8fd..000000000
--- a/docs/curl_global_cleanup.3
+++ /dev/null
@@ -1,27 +0,0 @@
-.\" You can view this file with:
-.\" nroff -man [file]
-.\" $Id$
-.\"
-.TH curl_global_cleanup 3 "28 May 2001" "libcurl 7.8" "libcurl Manual"
-.SH NAME
-curl_global_cleanup - Global libcurl cleanup
-.SH SYNOPSIS
-.B #include <curl/curl.h>
-.sp
-.BI "void curl_global_cleanup(void);"
-.ad
-.SH DESCRIPTION
-curl_global_cleanup must be called once (no matter how many threads or libcurl
-sessions that'll be used) by every application that uses libcurl, after all
-uses 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 BUGS
-None?
-