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:
Siddhesh Poyarekar
2025-12-29 06:53:44 -05:00
parent b71d59074b
commit 6c8af6a43c

View File

@@ -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",