mirror of
https://github.com/curl/curl.git
synced 2026-04-15 18:31:46 +03:00
tool_main: fix typo in comment
Closes: #7811 Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
parent
a232788ad8
commit
5ce380d65a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue