Re: [uml-devel] [Patch] arch/um/os-Linux/main.c: Fix memory leaks.

2008-04-04 Thread WANG Cong
From: Jeff Dike <[EMAIL PROTECTED]> Date: Fri, 4 Apr 2008 11:49:01 -0400 > On Tue, Apr 01, 2008 at 11:06:41PM +0800, WANG Cong wrote: > > > > This patch fixes possible memory leaks in the main() function of > > arch/um/os-Linux/main.c. > > I'm somewhat dubious about this - the memory is freed im

Re: [uml-devel] [Patch] arch/um/os-Linux/main.c: Fix memory leaks.

2008-04-04 Thread Jeff Dike
On Tue, Apr 01, 2008 at 11:06:41PM +0800, WANG Cong wrote: > > This patch fixes possible memory leaks in the main() function of > arch/um/os-Linux/main.c. I'm somewhat dubious about this - the memory is freed immediately before exiting, making this patch have no practical effect.