[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20090208153326.4ae93d66.krzysztof.h1@poczta.fm>
Date: Sun, 8 Feb 2009 15:33:26 +0100
From: Krzysztof Helt <krzysztof.h1@...zta.fm>
To: Andres Salomon <dilinger@...ued.net>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-fbdev-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org, adaplas@...il.com
Subject: Re: [Linux-fbdev-devel] [PATCH 2/15] tdfxfb: fix memory leaks in
removal path
On Sat, 7 Feb 2009 12:12:24 -0500
Andres Salomon <dilinger@...ued.net> wrote:
>
> We were leaking the cmap memory.
>
> Signed-off-by: Andres Salomon <dilinger@...ian.org>
> ---
Acked-by: Krzysztof Helt <krzysztof.h1@...pl>
> drivers/video/tdfxfb.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/video/tdfxfb.c b/drivers/video/tdfxfb.c
> index 14bd3f3..ee64771 100644
> --- a/drivers/video/tdfxfb.c
> +++ b/drivers/video/tdfxfb.c
> @@ -1393,6 +1393,7 @@ static void __devexit tdfxfb_remove(struct pci_dev *pdev)
> release_mem_region(pci_resource_start(pdev, 0),
> pci_resource_len(pdev, 0));
> pci_set_drvdata(pdev, NULL);
> + fb_dealloc_cmap(&info->cmap);
> framebuffer_release(info);
> }
>
----------------------------------------------------------------------
Zostan mistrzem parkowania w Bombaju!
Zagraj >> http://link.interia.pl/f204e
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists