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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user