blockchain_converter: delete blockchain on succesful exit

While the dtor implementation does not actually do anything, other
paths do delete it, and the dtor might do someting later.
This commit is contained in:
moneromooo-monero 2014-12-06 22:53:27 +00:00 committed by warptangent
parent 256162fcd5
commit 98bdadcad7

View file

@ -99,5 +99,6 @@ int main(int argc, char* argv[])
}
}
delete blockchain;
return 0;
}