Cell: s/free/align_free/
authorBrian <brian.paul@tungstengraphics.com>
Thu, 10 Jan 2008 16:22:22 +0000 (09:22 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 10 Jan 2008 18:26:20 +0000 (11:26 -0700)
src/mesa/pipe/cell/ppu/cell_context.c

index 57178c835f91861800e47d192802356253898f73..fee72eabc2b5b9d4197ab5bf4019a817a8345b3d 100644 (file)
@@ -149,7 +149,7 @@ cell_destroy_context( struct pipe_context *pipe )
 
    cell_spu_exit(cell);
 
-   free(cell);
+   align_free(cell);
 }