blockchain: don't leave dangling pointers in this

pull/95/head
moneromooo-monero 7 years ago
parent 8e60b81c48
commit b1634aa3e8
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -490,7 +490,9 @@ bool Blockchain::deinit()
} }
delete m_hardfork; delete m_hardfork;
m_hardfork = NULL;
delete m_db; delete m_db;
m_db = NULL;
return true; return true;
} }
//------------------------------------------------------------------ //------------------------------------------------------------------

Loading…
Cancel
Save