dirty fix
This commit is contained in:
parent
6470007f35
commit
2dd6ffff47
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue