draw: use FREE() instead of free()
This commit is contained in:
committed by
Alan Hourihane
parent
70df04404b
commit
c09f370519
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user