mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-04 21:10:31 +01:00
llvmpipe: asst. clean-ups in lp_state_tess.c
Signed-off-by: Brian Paul <brianp@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19289>
This commit is contained in:
parent
03bd429fab
commit
b96151cd3c
1 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ llvmpipe_create_tcs_state(struct pipe_context *pipe,
|
|||
return state;
|
||||
|
||||
no_dgs:
|
||||
FREE( state );
|
||||
FREE(state);
|
||||
no_state:
|
||||
return NULL;
|
||||
}
|
||||
|
|
@ -136,7 +136,7 @@ llvmpipe_create_tes_state(struct pipe_context *pipe,
|
|||
return state;
|
||||
|
||||
no_dgs:
|
||||
FREE( state );
|
||||
FREE(state);
|
||||
no_state:
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue