Skip to content

Commit

Permalink
BUG: Mantis-1338: missing delete
Browse files Browse the repository at this point in the history
  • Loading branch information
gpo-geo committed Jan 19, 2017
1 parent 14a9578 commit 8269b44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/Wrappers/QtWidget/src/otbWrapperQtWidgetModel.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ ::QtWidgetModel(Application* app) :

QtWidgetModel::~QtWidgetModel()
{
if (m_Timer)
delete m_Timer;
}

void
Expand Down

0 comments on commit 8269b44

Please sign in to comment.