Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
- Loading branch information