commit | 7622b25543665567d8830a63210385b7d705924b | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Mon Oct 10 09:44:06 2016 -0700 |
committer | Eric Anholt <eric@anholt.net> | Tue Jan 17 21:12:39 2017 +1100 |
tree | 2f3522f04e33b3b92a589207d561403cad7b4bcf | |
parent | 7ce7d89f48834cefece7804d38fc5d85382edf77 [diff] |
drm/vc4: Fix memory leak of the CRTC state. The underscores variant frees the pointers inside, while the no-underscores variant calls underscores and then frees the struct. Signed-off-by: Eric Anholt <eric@anholt.net> Fixes: d8dbf44f13b9 ("drm/vc4: Make the CRTCs cooperate on allocating display lists.") Cc: stable@vger.kernel.org