mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 05:40:30 +01:00
Cell: s/free/align_free/
This commit is contained in:
parent
d07b86dedf
commit
cd89fe2d39
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ cell_destroy_context( struct pipe_context *pipe )
|
|||
|
||||
cell_spu_exit(cell);
|
||||
|
||||
free(cell);
|
||||
align_free(cell);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue