mirror of
https://github.com/curl/curl.git
synced 2026-08-26 06:33:32 +03:00
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:
parent
e522f47986
commit
d689bd915e
13 changed files with 140 additions and 139 deletions
|
|
@ -67,6 +67,4 @@
|
|||
|
||||
#include "../curl_get_line.h"
|
||||
|
||||
#define curlx_safefree(x) Curl_safefree(x)
|
||||
|
||||
#endif /* HEADER_CURL_CURLX_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue