Skip to content

Commit

Permalink
Manually delete the main window
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Sep 14, 2023
1 parent 336a99c commit 2a292f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tlPlayQtApp/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ namespace tl
App::~App()
{
TLRENDER_P();
p.mainWindow.reset();
if (p.settingsObject)
{
QList<QString> recent;
Expand Down

0 comments on commit 2a292f8

Please sign in to comment.