mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Immediately delete any open LiveCapture windows when closing
This commit is contained in:
@@ -1692,7 +1692,7 @@ void MainWindow::closeEvent(QCloseEvent *event)
|
||||
for(LiveCapture *live : m_LiveCaptures)
|
||||
{
|
||||
live->cleanItems();
|
||||
live->close();
|
||||
delete live;
|
||||
}
|
||||
|
||||
SaveLayout(0);
|
||||
|
||||
Reference in New Issue
Block a user