mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 01:50:10 +01:00
st/xorg: s/free/FREE for matching MALLOC/CALLOC
This commit is contained in:
parent
8977879ec9
commit
78215b02e4
1 changed files with 1 additions and 1 deletions
|
|
@ -642,7 +642,7 @@ void xorg_shaders_destroy(struct xorg_shaders *sc)
|
|||
cache_destroy(sc->r->cso, sc->fs_hash,
|
||||
PIPE_SHADER_FRAGMENT);
|
||||
|
||||
free(sc);
|
||||
FREE(sc);
|
||||
}
|
||||
|
||||
static INLINE void *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue