mirror of
https://github.com/monero-project/monero.git
synced 2026-01-22 04:22:55 +01:00
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:
committed by
warptangent
parent
256162fcd5
commit
98bdadcad7
@@ -99,5 +99,6 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
}
|
||||
|
||||
delete blockchain;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user