mesa: s/FREE/free/
v2: replace instances in dri/common/ dirs Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -546,7 +546,7 @@ dtr(struct tnl_pipeline_stage *stage)
|
||||
_mesa_vector4f_free( &store->ndcCoords );
|
||||
_mesa_align_free( store->clipmask );
|
||||
|
||||
FREE( store );
|
||||
free( store );
|
||||
stage->privatePtr = NULL;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user