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
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.