mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00: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:
parent
256162fcd5
commit
98bdadcad7
1 changed files with 1 additions and 0 deletions
|
@ -99,5 +99,6 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
}
|
||||
|
||||
delete blockchain;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue