diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-10 09:22:22 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-10 11:26:20 -0700 |
commit | cd89fe2d390d2e8cdf7039c8405fd34d28419b5e (patch) | |
tree | 4d2a0ceef38ea4ca547e31afb1be83e665a8b6c9 /src/mesa | |
parent | d07b86dedfd87ed7c301fa81242314c891031693 (diff) |
Cell: s/free/align_free/
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/pipe/cell/ppu/cell_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_context.c b/src/mesa/pipe/cell/ppu/cell_context.c index 57178c835f..fee72eabc2 100644 --- 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); } |