mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 05:48:07 +02:00
gallium: s/mmDestroy/u_mmDestroy/
This commit is contained in:
parent
80a718a63b
commit
cbce12b540
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ mm_bufmgr_create_from_buffer(struct pb_buffer *buffer,
|
|||
|
||||
failure:
|
||||
if(mm->heap)
|
||||
mmDestroy(mm->heap);
|
||||
u_mmDestroy(mm->heap);
|
||||
if(mm->map)
|
||||
pb_unmap(mm->buffer);
|
||||
if(mm)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue