diff options
author | David Goulet <dgoulet@torproject.org> | 2021-02-23 12:28:04 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-02-23 12:28:04 -0500 |
commit | 6edb648aa0f23a507e7557a07fd291d6c3ad7747 (patch) | |
tree | bd1ab4312312873768a0b6aeb6dc5bec81fafb88 /src/app | |
parent | bc799a1eaf85fc218156e014c83cc1d5c096e16a (diff) | |
parent | 97e51dd01b228ecb72c912c6cf3ffae6334c8d07 (diff) | |
download | tor-6edb648aa0f23a507e7557a07fd291d6c3ad7747.tar.gz tor-6edb648aa0f23a507e7557a07fd291d6c3ad7747.zip |
Merge branch 'maint-0.4.5'
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/main/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/main/main.c b/src/app/main/main.c index 902ff66f6d..0802404d16 100644 --- a/src/app/main/main.c +++ b/src/app/main/main.c @@ -323,7 +323,6 @@ dumpmemusage(int severity) dump_routerlist_mem_usage(severity); dump_cell_pool_usage(severity); dump_dns_mem_usage(severity); - tor_log_mallinfo(severity); } /** Write all statistics to the log, with log level <b>severity</b>. Called |