drm/i915: Don't leak the capture list items
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 9 Dec 2021 14:13:04 +0000 (15:13 +0100)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Mon, 13 Dec 2021 20:23:56 +0000 (21:23 +0100)
commit40aa583ea345624967c5b6232082d7b839de537c
tree76b6a284ce915363eee862be0020e300779b0abb
parentb2657ed0a56f63b1789c596b36ddc6b618726661
drm/i915: Don't leak the capture list items

When we recently converted the capture code to use vma snapshots,
we forgot to free the struct i915_capture_list list items after use.

Fix that by bringing back a kfree.

Fixes: ff20afc4cee7 ("drm/i915: Update error capture code to avoid using the current vma state")
Cc: Ramalingam C <ramalingam.c@intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211209141304.393479-1-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/i915/i915_request.c