mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 06:55:47 -04:00
Qt: Fix double-free/crash on shutdown
This commit is contained in:
@ -143,7 +143,6 @@ QWidget* QtHostInterface::createDisplayWidget(QWidget* parent)
|
|||||||
void QtHostInterface::displayWidgetDestroyed()
|
void QtHostInterface::displayWidgetDestroyed()
|
||||||
{
|
{
|
||||||
m_display.release();
|
m_display.release();
|
||||||
delete m_display_window;
|
|
||||||
m_display_window = nullptr;
|
m_display_window = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user