mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
softgpu: Correct bad munmap() size.
This commit is contained in:
parent
df2634d4e7
commit
49b98de97a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ TransformUnit::TransformUnit() {
|
|||
}
|
||||
|
||||
TransformUnit::~TransformUnit() {
|
||||
FreeMemoryPages(decoded_, DECODED_VERTEX_BUFFER_SIZE);
|
||||
FreeMemoryPages(decoded_, TRANSFORM_BUF_SIZE);
|
||||
delete binner_;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue