commit | 32600835ebe1bd972d01ce7f331b87bd80705d30 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Mon Oct 10 09:44:06 2016 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 01 08:33:03 2017 +0100 |
tree | 83d13bc344e037e08c0693d227fde8b57246c976 | |
parent | 4c741e2adb351a44d1f4bc210aafd382939ac7ae [diff] |
drm/vc4: Fix memory leak of the CRTC state. commit 7622b25543665567d8830a63210385b7d705924b upstream. 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.") Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>