llvmpipe: asst. clean-ups in lp_state_tess.c
authorBrian Paul <brianp@vmware.com>
Wed, 21 Sep 2022 17:30:13 +0000 (11:30 -0600)
committerMarge Bot <emma+marge@anholt.net>
Tue, 25 Oct 2022 15:27:13 +0000 (15:27 +0000)
Signed-off-by: Brian Paul <brianp@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19289>

src/gallium/drivers/llvmpipe/lp_state_tess.c

index 28cc125..1c82577 100644 (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;
 }