diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2020-03-02 02:59:40 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2020-03-02 18:16:23 -0500 |
commit | 1722eb83b4adf879426908bc6006f869ca224564 (patch) | |
tree | bb84b3f688dbbdf2cc84a5cec527ff4ce3a9b521 /.gitignore | |
parent | 0b337ecc91f30188987dc441dc1fc67446a86676 (diff) |
curl_getenv.3: Fix the memory handling description
- Tell the user to call curl_free() to free the pointer returned by
curl_getenv().
Prior to this change the user was directed to call free(), but that
would not work in cases where the library and application use separate C
runtimes and therefore have separate heap memory management.
Closes https://github.com/curl/curl/pull/5016
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions