commit | a8b0bbabf756bfb45a712b823ba41f5c95f85589 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Wed Jun 27 00:55:37 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Jun 27 17:03:24 2012 +0200 |
tree | 5e2863cae804bede05f1589b357a88345dbb04d1 | |
parent | f4d71056482f0c3306aa752fd626883f60deed96 [diff] |
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>