gallium: s/mmDestroy/u_mmDestroy/

This commit is contained in:
Brian Paul 2008-11-05 17:14:00 -07:00
parent 80a718a63b
commit cbce12b540

View file

@ -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)