mirror of
https://github.com/curl/curl.git
synced 2026-06-25 02:05:39 +03:00
returned memory should not be freed
This commit is contained in:
parent
d46e235c2a
commit
49746d1dce
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ this documentation describes further down). The data pointed-to will be
|
|||
filled in accordingly and can be relied upon only if the function returns
|
||||
CURLE_OK. This function is intended to get used *AFTER* a performed transfer,
|
||||
all results from this function are undefined until the transfer is completed.
|
||||
|
||||
You should not free the memory returned by this function unless it is
|
||||
explictly mentioned below.
|
||||
.SH AVAILABLE INFORMATION
|
||||
The following information can be extracted:
|
||||
.IP CURLINFO_EFFECTIVE_URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue