CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/02 09:46:00
Modified files:
sbin/unwind : frontend.c
Log message:
Plug leak of 'str': at the end of the strsep() loop it is NULL, so
freeing it is a no-op.
Leak detected by my experimental malloc leak detector. ok florian@
