GRPAHICS: Match new[] with proper delete[]
This commit is contained in:
parent
f71ec7aed2
commit
b91cd981ef
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ void transBlit(const Surface &src, const Common::Rect &srcRect, Surface &dest, c
|
|||
}
|
||||
}
|
||||
|
||||
delete lookup;
|
||||
delete[] lookup;
|
||||
}
|
||||
|
||||
#define HANDLE_BLIT(SRC_BYTES, DEST_BYTES, SRC_TYPE, DEST_TYPE) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue