dirty fix

master
Thomas Baumbach 2013-10-05 10:14:01 +02:00
parent 6470007f35
commit 2dd6ffff47
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public:
old_blocks = _blocks;
_blocks = blocks;
}
if (old_blocks != NULL) delete[] old_blocks;
if (old_blocks != NULL) delete old_blocks;
}
void submitBlock(CBlock *block) {