From 6ee9e4bd47a919bd8567958bfcca183569747a96 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 8 Aug 2019 14:51:01 +0200 Subject: cleanup: s/curl_debug/curl_dbg_debug in comments and docs Leftovers from the function rename back in 76b63489495 Reported-by: Gisle Vanem Bug: https://github.com/curl/curl/commit/f3e0f071b14fcb46a453f69bdf4e062bcaacf362#com mitcomment-34601751 Closes #4203 --- src/tool_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tool_main.c') diff --git a/src/tool_main.c b/src/tool_main.c index d41e96536..4803adbb3 100644 --- a/src/tool_main.c +++ b/src/tool_main.c @@ -113,9 +113,9 @@ static void memory_tracking_init(void) strcpy(fname, env); curl_free(env); curl_dbg_memdebug(fname); - /* this weird stuff here is to make curl_free() get called - before curl_memdebug() as otherwise memory tracking will - log a free() without an alloc! */ + /* this weird stuff here is to make curl_free() get called before + curl_gdb_memdebug() as otherwise memory tracking will log a free() + without an alloc! */ } /* if CURL_MEMLIMIT is set, this enables fail-on-alloc-number-N feature */ env = curlx_getenv("CURL_MEMLIMIT"); -- cgit v1.2.3