commit | f71713d43c08f3b6cc85a304d2fc4bf996a04025 | [log] [tgz] |
---|---|---|
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | Mon Dec 06 16:28:02 2021 +0100 |
committer | Tomeu Vizoso <tomeu.vizoso@collabora.com> | Tue Dec 14 09:46:39 2021 +0100 |
tree | 195fa3638044e2ce4a07fd7e612343e15df643dd | |
parent | b8f6685bb522a6719c80318fd6acdb85ca31919b [diff] |
lvp: Free the driver_data pointer for all commands We were only freeing it for commands that had a struct as their parameter, but all commands can have driver_data. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5715 Reported-by: Jose Fonseca <jfonsec@vmware.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14081>