Skip to content

Commit

Permalink
blockchain_converter: delete blockchain on succesful exit
Browse files Browse the repository at this point in the history
While the dtor implementation does not actually do anything, other
paths do delete it, and the dtor might do someting later.
  • Loading branch information
moneromooo-monero authored and warptangent committed Jan 5, 2015
1 parent 256162f commit 98bdadc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blockchain_converter/blockchain_converter.cpp
Expand Up @@ -99,5 +99,6 @@ int main(int argc, char* argv[])
}
}

delete blockchain;
return 0;
}

0 comments on commit 98bdadc

Please sign in to comment.