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

Chris Wilson chris at chris-wilson.co.uk
Wed Jun 27 01:34:43 PDT 2012


On Wed, 27 Jun 2012 00:55:37 +0200 (CEST), Jesper Juhl <jj at chaosbits.net> 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


More information about the dri-devel mailing list