mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
draw: use FREE() instead of free()
This commit is contained in:
parent
70df04404b
commit
c09f370519
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ draw_llvm_create(struct draw_context *draw)
|
|||
void
|
||||
draw_llvm_destroy(struct draw_llvm *llvm)
|
||||
{
|
||||
free(llvm);
|
||||
FREE(llvm);
|
||||
}
|
||||
|
||||
struct draw_llvm_variant *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue