Skip to content

drm/xe/pt: Fix a memory leak

Thomas Hellström requested to merge thomash/kernel:memleak_fix_1 into xe

Nowadays we allocate a pt_entries array also for l0, but we forget to free it. Fix that.

Found by kmemleak.

Signed-off-by: Thomas Hellström thomas.hellstrom@linux.intel.com

Merge request reports