mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 14:30:22 +01:00
r600/compute: Use the correct FREE macro when deleting compute state
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
CC: "10.0" <mesa-stable@lists.freedesktop.org>
(cherry picked from commit 0bd858d7ff)
This commit is contained in:
parent
2a20bf3ed2
commit
23d290d102
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ void evergreen_delete_compute_state(struct pipe_context *ctx, void* state)
|
|||
}
|
||||
#endif
|
||||
|
||||
free(shader);
|
||||
FREE(shader);
|
||||
}
|
||||
|
||||
static void evergreen_bind_compute_state(struct pipe_context *ctx_, void *state)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue