https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278476
Daniel Tameling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Daniel Tameling <[email protected]> --- The cause of the leak is that fts_open is called in the traverse function without a final fts_close: https://github.com/freebsd/freebsd-src/blob/main/bin/ls/ls.c#L636 After finishing the traverse function ls exits. -- You are receiving this mail because: You are the assignee for the bug.
