diff options
author | 2012-11-20 04:30:16 -0500 | |
---|---|---|
committer | 2012-12-05 14:39:20 +0900 | |
commit | 3dc5fa9a157b9675775446fb83888b1803e0288a (patch) | |
tree | 1c4dcedd5d4d73e962b5bb7a480f0a37a4eb4fb8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer (diff) | |
download | linux-dev-3dc5fa9a157b9675775446fb83888b1803e0288a.tar.xz linux-dev-3dc5fa9a157b9675775446fb83888b1803e0288a.zip |
drm/exynos: fix memory leak to EDID block
drm_get_edid() returns a pointer to an EDID block. The caller
is responsible to free this pointer itself.
Here the pointer gets assigned to the local variable raw_edid.
Therefore it should be freed before the variable goes out of
scope.
Signed-off-by: Egbert Eich <eich@suse.de>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions