Mesa (gallium-0.2): gallium: s/mmDestroy/u_mmDestroy/

Brian Paul brianp at kemper.freedesktop.org
Thu Nov 6 00:14:55 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: cbce12b5404846520bb776f73885f0ea99a13124
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cbce12b5404846520bb776f73885f0ea99a13124

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Nov  5 17:14:00 2008 -0700

gallium: s/mmDestroy/u_mmDestroy/

---

 src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
index 6e10cf1..a976d30 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)




More information about the mesa-commit mailing list