mirror of
https://github.com/curl/curl.git
synced 2026-06-07 06:24:15 +03:00
lib509.c: update memdebug.h comment
This commit is contained in:
parent
e60738c116
commit
3966f8ad64
1 changed files with 2 additions and 3 deletions
|
|
@ -29,9 +29,8 @@
|
|||
* libcurl and that it works unconditionally no matter how libcurl is built,
|
||||
* nothing more.
|
||||
*
|
||||
* Do not include memdebug.h in this source file, and do not use directly
|
||||
* memory related functions in this file except those used inside custom
|
||||
* memory callbacks which should be calling 'the real thing'.
|
||||
* Make calls in parenthesis as '(malloc)' to avoid memdebug.h redefinitions
|
||||
* applying to them. The callbacks need to be calling 'the real thing'.
|
||||
*/
|
||||
|
||||
static int seen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue