]> git.ipfire.org Git - thirdparty/curl.git/commit
tidy-up: rename `Curl_safefree()`/`tool_safefree()` to `curlx_safefree()`
authorViktor Szakats <commit@vsz.me>
Sun, 29 Mar 2026 23:54:10 +0000 (01:54 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 1 Apr 2026 17:53:53 +0000 (19:53 +0200)
commit0df6c01db398f5e25d00a062aae56f2a89d8ff55
tree881e562b0e6a66cc467329d57a9b94411f4a39c2
parent2b3dfb4ad47ec05efad9af930c47968a49916999
tidy-up: rename `Curl_safefree()`/`tool_safefree()` to `curlx_safefree()`

To sync names for the same macro logic between lib and src, and to move
it to the curlx namespace, to match `curlx_free()` that it's calling.

Closes #21151
72 files changed:
lib/asyn-base.c
lib/cf-h1-proxy.c
lib/cf-h2-proxy.c
lib/cf-ip-happy.c
lib/cf-socket.c
lib/connect.c
lib/curl_setup.h
lib/curl_sspi.c
lib/curlx/dynbuf.c
lib/doh.c
lib/dynhds.c
lib/escape.c
lib/file.c
lib/ftp.c
lib/hash.c
lib/http.c
lib/http2.c
lib/http_digest.c
lib/http_ntlm.c
lib/httpsrr.c
lib/idn.c
lib/imap.c
lib/mime.c
lib/mqtt.c
lib/multi.c
lib/netrc.c
lib/pop3.c
lib/request.c
lib/rtsp.c
lib/setopt.c
lib/slist.c
lib/smb.c
lib/smtp.c
lib/socks_gssapi.c
lib/socks_sspi.c
lib/tftp.c
lib/transfer.c
lib/uint-hash.c
lib/url.c
lib/urlapi.c
lib/vauth/digest.c
lib/vauth/digest_sspi.c
lib/vauth/krb5_sspi.c
lib/vauth/ntlm.c
lib/vauth/ntlm_sspi.c
lib/vauth/spnego_gssapi.c
lib/vauth/spnego_sspi.c
lib/vssh/libssh.c
lib/vssh/libssh2.c
lib/vtls/gtls.c
lib/vtls/keylog.c
lib/vtls/mbedtls.c
lib/vtls/openssl.c
lib/vtls/schannel.c
lib/vtls/schannel_verify.c
lib/vtls/vtls.c
lib/vtls/vtls_scache.c
src/tool_cb_hdr.c
src/tool_cfgable.c
src/tool_cfgable.h
src/tool_formparse.c
src/tool_getparam.c
src/tool_ipfs.c
src/tool_operate.c
src/tool_operhlp.c
src/tool_ssls.c
src/tool_urlglob.c
tests/libtest/lib558.c
tests/unit/unit1302.c
tests/unit/unit1304.c
tests/unit/unit1330.c
tests/unit/unit1653.c