mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 16:20:13 +01:00
st/egl: fix a typo
Wrong goto labels.
This commit is contained in:
parent
c0b0e71148
commit
bf04d9eebf
1 changed files with 2 additions and 2 deletions
|
|
@ -282,9 +282,9 @@ resource_surface_copy_swap(struct resource_surface *rsurf,
|
|||
btex, 0, &src_box);
|
||||
ret = TRUE;
|
||||
|
||||
out_no_ftex:
|
||||
pipe_resource_reference(&btex, NULL);
|
||||
out_no_btex:
|
||||
pipe_resource_reference(&btex, NULL);
|
||||
out_no_ftex:
|
||||
pipe_resource_reference(&ftex, NULL);
|
||||
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue