mirror of
https://github.com/bminor/glibc.git
synced 2026-06-30 19:58:21 +00:00
malloc_info: fix closing </sizes> tag typo
Fix regression in commit 7447efa962
("malloc: remove fastbin code from malloc_info") where the closing
`sizes` tag had a typo, missing the '/'.
Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
@@ -5514,7 +5514,7 @@ __malloc_info (int options, FILE *fp)
|
||||
total_max_system += ar_ptr->max_system_mem;
|
||||
|
||||
fprintf (fp,
|
||||
"<sizes>\n"
|
||||
"</sizes>\n"
|
||||
"<total type=\"rest\" count=\"%zu\" size=\"%zu\"/>\n"
|
||||
"<system type=\"current\" size=\"%zu\"/>\n"
|
||||
"<system type=\"max\" size=\"%zu\"/>\n",
|
||||
|
||||
Reference in New Issue
Block a user