Skip to content

Commit

Permalink
Call clean up on uprobex destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Glowacki committed Nov 18, 2024
1 parent 6d78a57 commit 7160865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/uProbeX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ uProbeX::~uProbeX()
}
}
m_subWindows.clear();
exitApplication();
}

//---------------------------------------------------------------------------
Expand Down

0 comments on commit 7160865

Please sign in to comment.