summaryrefslogtreecommitdiff
path: root/tests/libtest/first.c
diff options
context:
space:
mode:
authorAlessandro Ghedini <ghedo@debian.org>2019-09-11 23:22:31 +0100
committerAlessandro Ghedini <ghedo@debian.org>2019-09-11 23:22:31 +0100
commit571a18b6ffdcb67f16ebfbad90e6d3d7dd538b45 (patch)
tree7b429f17faa5705f0af5ed3e94e1123442d85343 /tests/libtest/first.c
parentf8a6c74ab9e572084c3b01fab2977bfc8e925bcb (diff)
New upstream version 7.66.0
Diffstat (limited to 'tests/libtest/first.c')
-rw-r--r--tests/libtest/first.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/libtest/first.c b/tests/libtest/first.c
index d687bf27..2731ef8d 100644
--- a/tests/libtest/first.c
+++ b/tests/libtest/first.c
@@ -97,9 +97,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_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 */
env = curl_getenv("CURL_MEMLIMIT");