]> git.ipfire.org Git - thirdparty/curl.git/commit
docs: document that curl_url_cleanup(NULL) is a safe no-op
authorEmanuele Torre <torreemanuele6@gmail.com>
Fri, 19 May 2023 01:34:07 +0000 (03:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 19 May 2023 14:18:21 +0000 (16:18 +0200)
commitfbe23b5797e389816d790787dee7027c6e9ae70e
tree26aaf7f072faabf408559963def51017ed142f60
parentd65321f93916e60f65b89d9bcb502341ea5c5939
docs: document that curl_url_cleanup(NULL) is a safe no-op

This has always been the case, but it was not documented.

The paragraph was copied verbatim from curl_easy_cleanup.3

Closes #11150
docs/libcurl/curl_url_cleanup.3