Commit 3694dd18 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: don't leak the FSC on exit.

This should really be a singleton or at least not built when you play only audio.
parent 69a7b4d2
......@@ -278,6 +278,8 @@ MainInterface::~MainInterface()
ActionsManager::killInstance();
if( fullscreenControls ) delete fullscreenControls;
settings->beginGroup( "MainWindow" );
settings->setValue( "pl-dock-status", (int)i_pl_dock );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment