Merge pull request #1357

5fc36f9 wallet2_api: fix history leak on destruction (moneromooo-monero)
release-v0.11.0.0
Riccardo Spagni 8 years ago
commit 25369df4d8
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -55,7 +55,8 @@ TransactionHistoryImpl::TransactionHistoryImpl(WalletImpl *wallet)
TransactionHistoryImpl::~TransactionHistoryImpl()
{
for (auto t : m_history)
delete t;
}
int TransactionHistoryImpl::count() const

Loading…
Cancel
Save