Skip to content

Commit

Permalink
Fix segfault when exiting gui app
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Oct 21, 2019
1 parent 291ea74 commit 532184a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PromptWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PromptWidget::PromptWidget(QWidget *parent) :

PromptWidget::~PromptWidget()
{
cleanPromptMessage();
delete m_promptMessage;
}

void PromptWidget::setText(const QString &text)
Expand Down

0 comments on commit 532184a

Please sign in to comment.