lib: memdebug comment fixup [ci skip]

Follow-up to 3efba94f77 #14765
This commit is contained in:
Viktor Szakats 2024-09-21 01:27:22 +02:00
parent c34aaca5b0
commit 28d1d71ff6
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
#ifdef HAVE_FREEADDRINFO
#undef freeaddrinfo
#endif /* HAVE_FREEADDRINFO */
#endif /* CURL_NO_GETADDRINFO_OVERRIDE */
#endif /* !CURL_NO_GETADDRINFO_OVERRIDE */
/* sclose is probably already defined, redefine it! */
#undef sclose

View File

@ -173,7 +173,7 @@ CURL_EXTERN int curl_dbg_fclose(FILE *file, int line, const char *source);
#define freeaddrinfo(data) \
curl_dbg_freeaddrinfo(data, __LINE__, __FILE__)
#endif /* HAVE_FREEADDRINFO */
#endif /* CURL_NO_GETADDRINFO_OVERRIDE */
#endif /* !CURL_NO_GETADDRINFO_OVERRIDE */
/* sclose is probably already defined, redefine it! */
#undef sclose