projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d07b86d
)
Cell: s/free/align_free/
author
Brian
<brian.paul@tungstengraphics.com>
Thu, 10 Jan 2008 16:22:22 +0000
(09:22 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Thu, 10 Jan 2008 18:26:20 +0000
(11:26 -0700)
src/mesa/pipe/cell/ppu/cell_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/cell/ppu/cell_context.c
b/src/mesa/pipe/cell/ppu/cell_context.c
index 57178c835f91861800e47d192802356253898f73..fee72eabc2b5b9d4197ab5bf4019a817a8345b3d 100644
(file)
--- a/
src/mesa/pipe/cell/ppu/cell_context.c
+++ b/
src/mesa/pipe/cell/ppu/cell_context.c
@@
-149,7
+149,7
@@
cell_destroy_context( struct pipe_context *pipe )
cell_spu_exit(cell);
- free(cell);
+
align_
free(cell);
}