diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INTERNALS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index cd004e8f4..9ae722898 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -773,7 +773,7 @@ Track Down Memory Leaks Add a line in your application code: - `curl_memdebug("dump");` + `curl_dbg_memdebug("dump");` This will make the malloc debug system output a full trace of all resource using functions to the given file name. Make sure you rebuild your program |