Cell: s/free/align_free/

This commit is contained in:
Brian 2008-01-10 09:22:22 -07:00
parent d07b86dedf
commit cd89fe2d39

View file

@ -149,7 +149,7 @@ cell_destroy_context( struct pipe_context *pipe )
cell_spu_exit(cell);
free(cell);
align_free(cell);
}