mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
gallium: Fix build on Windows.
This commit is contained in:
parent
7838aaffdb
commit
ad6bb870de
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ static INLINE void delete_cso(void *state, enum cso_cache_type type)
|
|||
}
|
||||
break;
|
||||
}
|
||||
free(state);
|
||||
FREE(state);
|
||||
}
|
||||
|
||||
static INLINE void sanitize_hash(struct cso_hash *hash, enum cso_cache_type type,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue