mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 16:20:13 +01:00
st/va: fix incorrect argument in vl_compositor_cleanup
This fixes the mistake introduced in commit
b6737a8bcd
Signed-off-by: Nayan Deshmukh <nayan26deshmukh@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
68ddcc6c28
commit
ee4b4791ab
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ error_csc_matrix:
|
|||
vl_compositor_cleanup_state(&drv->cstate);
|
||||
|
||||
error_compositor_state:
|
||||
vl_compositor_cleanup(&drv->cstate);
|
||||
vl_compositor_cleanup(&drv->compositor);
|
||||
|
||||
error_compositor:
|
||||
handle_table_destroy(drv->htab);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue