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

Author: Brian Paul <[EMAIL PROTECTED]>
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)

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to