[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-cpio] found resource leaks
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-cpio] found resource leaks |
Date: |
Mon, 22 Jun 2009 10:14:00 +0300 |
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