CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/11 15:50:35
Modified files:
bin/ksh : tree.c
Log message:
plug a memleak when freeing io redirection in commands.
the leaked memory is actually reclaimed when the command
finishes but may grow until that happens, e.g. during
command execution.
ok [EMAIL PROTECTED]
testing sobrado@ jmc@ [EMAIL PROTECTED]
