Re: [uml-devel] [PATCH] uml: free resources

2011-07-07 Thread Richard Weinberger
Am Donnerstag 07 Juli 2011, 15:08:22 schrieb Vitaliy Ivanov: > On Thu, Jul 7, 2011 at 7:02 AM, Davidlohr Bueso wrote: > > From: Davidlohr Bueso > > > > When creating the temp file there's a memory and file descriptor leak > > upon error. > > > > Signed-off-by: Davidlohr Bueso > > --- > > arch

Re: [uml-devel] [PATCH] uml: free resources

2011-07-07 Thread Vitaliy Ivanov
On Thu, Jul 7, 2011 at 7:02 AM, Davidlohr Bueso wrote: > From: Davidlohr Bueso > > When creating the temp file there's a memory and file descriptor leak upon > error. > > Signed-off-by: Davidlohr Bueso > --- >  arch/um/os-Linux/mem.c |    6 -- >  1 files changed, 4 insertions(+), 2 deletion