~ubuntu-branches/ubuntu/warty/curl/warty

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_free.3

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2004-06-04 19:09:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040604190925-wy048bp31320r2z6
Tags: 7.12.0.is.7.11.2-1
* Reverted to version 7.11.2 (closes: #252348).
* Disabled support for libidn (closes: #252367). This is to leave
  curl in unstable as much similar as possible to the one in testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" You can view this file with:
 
2
.\" nroff -man [file]
 
3
.\" $Id: 
 
4
.\"
 
5
.TH curl_free 3 "12 Aug 2003" "libcurl 7.10" "libcurl Manual"
 
6
.SH NAME
 
7
curl_free - reclaim memory that has been obtained through a libcurl call
 
8
.SH SYNOPSIS
 
9
.B #include <curl/curl.h>
 
10
.sp
 
11
.BI "void curl_free( char *" ptr " );"
 
12
.ad
 
13
.SH DESCRIPTION
 
14
curl_free reclaims memory that has been obtained through a libcurl call.  Use
 
15
curl_free() instead of free() to avoid anomalies that can result from
 
16
differences in memory management between your application and libcurl.
 
17
.SH "SEE ALSO"
 
18
.I curl_unescape(3)