Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
This commit is contained in:
@@ -362,7 +362,7 @@ free_shared_state(GLcontext *ctx, struct gl_shared_state *shared)
|
||||
_glthread_DESTROY_MUTEX(shared->Mutex);
|
||||
_glthread_DESTROY_MUTEX(shared->TexMutex);
|
||||
|
||||
_mesa_free(shared);
|
||||
free(shared);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user