mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
Reverted previous commit to keep FotAQ from crashing. The LineReader class
already frees the buffer when it's done with it. svn-id: r24717
This commit is contained in:
parent
cc8653604e
commit
2d8bd1add3
@ -253,8 +253,6 @@ void Logic::readQueenJas() {
|
||||
for (i = 1; i <= _numAFile; i++) {
|
||||
_aFile.push_back(queen2jas.nextLine());
|
||||
}
|
||||
|
||||
delete[] buf;
|
||||
}
|
||||
|
||||
void Logic::start() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user