GRPAHICS: Match new[] with proper delete[]

This commit is contained in:
Eugene Sandulenko 2020-07-27 12:15:11 +02:00
parent f71ec7aed2
commit b91cd981ef

View file

@ -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) \