Skip to content

Commit

Permalink
More RemoveObserver until the crashes stop
Browse files Browse the repository at this point in the history
Thanks to korli!
Should be the last nail for #120
  • Loading branch information
humdingerb committed Oct 17, 2024
1 parent 88ba976 commit 3957e74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ MainWindow::~MainWindow()
delete fOpenPanel;
delete fImportPanel;
delete fExportPanel;

gDatabase.RemoveObserver(this);
}


Expand Down

0 comments on commit 3957e74

Please sign in to comment.