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.
pull/256/head^2
moneromooo-monero 10 years ago committed by warptangent
parent 256162fcd5
commit 98bdadcad7

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

Loading…
Cancel
Save