Re: [PATCH] drm/i915/sprite: Fix mem leak in intel_plane_init()

From: Chris Wilson
Date: Wed Jun 27 2012 - 04:35:40 EST


On Wed, 27 Jun 2012 00:55:37 +0200 (CEST), Jesper Juhl <jj@xxxxxxxxxxxxx> wrote:
> If we ever hit the default case in the switch statement we'll return
> from the function without freeing the memory we just allocated to
> 'intel_plane' (but that has not been used).
>
> This patch gets rid of the leak by freeing the memory just before we
> return.

Heh, I was more worried about the real leak of the planes on module
unload.
-Chris

--
Chris Wilson, Intel Open Source Technology Centre
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/