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:
Brian Paul 2022-09-21 11:30:13 -06:00 committed by Marge Bot
parent 03bd429fab
commit b96151cd3c

View file

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