From: 8U61ife <19950523.tw@gmail.com> Date: Mon, 4 Oct 2021 21:25:23 +0000 (+0800) Subject: tool_main: fix typo in comment X-Git-Tag: curl-7_80_0~141 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ce380d65a183f6d9358c3c4df71a880fcf5c736;p=thirdparty%2Fcurl.git tool_main: fix typo in comment Closes: #7811 Reviewed-by: Daniel Gustafsson --- diff --git a/src/tool_main.c b/src/tool_main.c index b40c8e9a80..23ba6cb200 100644 --- a/src/tool_main.c +++ b/src/tool_main.c @@ -118,7 +118,7 @@ static void memory_tracking_init(void) curl_free(env); curl_dbg_memdebug(fname); /* this weird stuff here is to make curl_free() get called before - curl_gdb_memdebug() as otherwise memory tracking will log a free() + curl_dbg_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 */