Add missing declaration

This commit is contained in:
Guilhem Lavaux 2020-11-13 13:32:06 +01:00
parent 014f7f9564
commit 7e436bb0e7

View File

@ -139,6 +139,8 @@ void UnformattedRead::beginCheckpoint(bool bufferRecord)
void UnformattedRead::endCheckpoint(bool autodrop)
{
bool always_fail = false;
if (recordBuffer != 0) {
delete[] recordBuffer;
recordBuffer = 0;