forked from quickshell/quickshell
core: fix UAF when calling Qt.quit or Qt.exit
A pointer to the last generation had shutdown() called on it after deletion.
This commit is contained in:
parent
e327d6750d
commit
9967e2e03b
2 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,7 @@ public:
|
|||
void reloadGraph(bool hard);
|
||||
|
||||
private slots:
|
||||
void generationDestroyed();
|
||||
void onWatchFilesChanged();
|
||||
void onWatchedFilesChanged();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue