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:
Nayan Deshmukh 2017-01-05 20:00:41 +05:30 committed by Christian König
parent 68ddcc6c28
commit ee4b4791ab
1 changed files with 1 additions and 1 deletions

View File

@ -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);