Hi Martin, > [cpio-2.10/src/copyin.c:1583]: (error) Resource leak: tty_in > [cpio-2.10/src/copyin.c:1583]: (error) Resource leak: tty_out > [cpio-2.10/src/copyin.c:1583]: (error) Resource leak: rename_in
They will be closed when the program finishes and that happens right after process_copy_in returns. Regards, Sergey
