diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-06-27 00:55:37 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-06-27 17:03:24 +0200 |
commit | a8b0bbabf756bfb45a712b823ba41f5c95f85589 (patch) | |
tree | 5e2863cae804bede05f1589b357a88345dbb04d1 /tools/perf/scripts/python/syscall-counts.py | |
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>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions