mirror of
https://github.com/curl/curl.git
synced 2026-07-31 05:28:03 +03:00
cleanup: s/curl_debug/curl_dbg_debug in comments and docs
Leftovers from the function rename back in76b6348949Reported-by: Gisle Vanem Bug:f3e0f071b1 (com)mitcomment-34601751 Closes #4203
This commit is contained in:
parent
c5ee65ffab
commit
6ee9e4bd47
3 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue