瀏覽代碼

gallium: s/mmDestroy/u_mmDestroy/

tags/mesa_20090313
Brian Paul 17 年之前
父節點
當前提交
cbce12b540
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c

+ 1
- 1
src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c 查看文件

@@ -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…
取消
儲存