src: rename curlx_safefree to tool_safefree

It is not part of the curlx function collection, just a macro that might
as well be a local version.

Closes #17270
This commit is contained in:
Daniel Stenberg 2025-05-07 11:36:50 +02:00
parent e522f47986
commit d689bd915e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
13 changed files with 140 additions and 139 deletions

View file

@ -67,6 +67,4 @@
#include "../curl_get_line.h"
#define curlx_safefree(x) Curl_safefree(x)
#endif /* HEADER_CURL_CURLX_H */