forked from qt-creator/qt-creator
Git: Fix potential heap use after free
Closing the dialog before the process terminates might lead to this. Task-number: QTCREATORBUG-13075 Change-Id: I3b6ffcca010eb356b14d87f2a7d62090c158faba Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
3f3554eb13
commit
72c33cbadd
@@ -85,6 +85,7 @@ private slots:
|
||||
|
||||
private:
|
||||
void enableButtons(bool b);
|
||||
void terminateProcess();
|
||||
|
||||
Ui::ChangeSelectionDialog *m_ui;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user