1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

ms-word doc plugin: added forgotten [] for delete syntax

This commit is contained in:
Alexander Turkin 2012-06-21 17:32:29 +04:00
parent 2f660b47ff
commit 0abb1f46a6
2 changed files with 8 additions and 8 deletions

View file

@ -229,7 +229,7 @@ bool OleStreamReader::fillBuffer(OleMainStream &stream) {
}
myCurBufferPosition = 0;
++myNextPieceNumber;
delete textBuffer;
delete[] textBuffer;
return true;
}