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:
Torbjörn Andersson 2006-11-13 23:38:44 +00:00
parent cc8653604e
commit 2d8bd1add3

View File

@ -253,8 +253,6 @@ void Logic::readQueenJas() {
for (i = 1; i <= _numAFile; i++) {
_aFile.push_back(queen2jas.nextLine());
}
delete[] buf;
}
void Logic::start() {