Skip to content

Commit 32f9d20

Browse files
author
limxdev
committed
Fix Segmentation fault Error
1 parent 1f56763 commit 32f9d20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/qt/walletview.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@ WalletView::WalletView(const PlatformStyle *_platformStyle, QWidget *parent):
100100

101101
WalletView::~WalletView()
102102
{
103+
/* This creates SIGSEGV, Segmentation fault Errors (mem=0x82a11aca2ac93867) at malloc.c:3103
103104
if(unlockContext)
104105
delete (WalletModel::UnlockContext*)(unlockContext);
106+
*/
105107
}
106108

107109
void WalletView::setBitcoinGUI(BitcoinGUI *gui)

0 commit comments

Comments
 (0)