tag 72446 notabug
close 72446
stop
On 03/08/2024 17:10, Dmitry Chestnykh wrote:
format and format2 strings are allocated
by `malloc()` inside `xasprintf` so the memory
should be freed
* src/stat.c: Call `free()` on `format` and `format2`
---
src/stat.c | 2 ++
1 file changed, 2 insertions(+)
format and format2 strings are allocated
by `malloc()` inside `xasprintf` so the memory
should be freed
* src/stat.c: Call `free()` on `format` and `format2`
---
src/stat.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/stat.c b/src/stat.c
index 1513abfaa..47f3b5052 100644
--- a/src/st