From: Brian Paul Date: Thu, 6 Nov 2008 00:14:00 +0000 (-0700) Subject: gallium: s/mmDestroy/u_mmDestroy/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cbce12b5404846520bb776f73885f0ea99a13124;p=mesa.git gallium: s/mmDestroy/u_mmDestroy/ --- diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c index 6e10cf18067..a976d3041ac 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c +++ b/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)