summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
diff options
context:
space:
mode:
authorJesper Juhl2012-06-27 00:55:37 +0200
committerDaniel Vetter2012-06-27 17:03:24 +0200
commita8b0bbabf756bfb45a712b823ba41f5c95f85589 (patch)
tree5e2863cae804bede05f1589b357a88345dbb04d1 /drivers/gpu/drm/i915/intel_ringbuffer.c
parentdrm/i915: correct IVB default sprite format (diff)
downloadkernel-qcow2-linux-a8b0bbabf756bfb45a712b823ba41f5c95f85589.tar.gz
kernel-qcow2-linux-a8b0bbabf756bfb45a712b823ba41f5c95f85589.tar.xz
kernel-qcow2-linux-a8b0bbabf756bfb45a712b823ba41f5c95f85589.zip
drm/i915/sprite: Fix mem leak in intel_plane_init()
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. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.c')
0 files changed, 0 insertions, 0 deletions