commit | c3bddbda36a74225ad3d04aaa9600a25aff6b98b | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Thu Nov 21 12:09:51 2013 +0900 |
committer | Dave Airlie <airlied@redhat.com> | Thu Nov 21 18:55:08 2013 +1000 |
tree | aa140be3e7f14fa47ae84ccb955187d631ae8f09 | |
parent | 27946e97108de281e0e9310965ac9a83a4aaa6fe [diff] |
drm/exynos: g2d: fix memory leak to userptr This patch releases a vma object when cleaning up userptr resources. A new vma object was allocated and copied when getting userptr pages so the new vma object should be freed properly if the userptr pages aren't used anymore. Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Dave Airlie <airlied@redhat.com>