X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fqt4.cpp;h=76e642efa3fd54d3880fc6fc59a6c91cb7e5296d;hb=af04bf606c21ff622359b0e04ff0e8933f13cf54;hp=7f9b106a708f026935093daf3c637f72fdeeb29e;hpb=5d6c8137d529c3efb773339d65367c954251eb43;p=vlc diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index 7f9b106a70..76e642efa3 100644 --- a/modules/gui/qt4/qt4.cpp +++ b/modules/gui/qt4/qt4.cpp @@ -426,6 +426,9 @@ static void Init( intf_thread_t *p_intf ) /* Destroy the MainInputManager */ MainInputManager::killInstance(); + /* Delete the configuration */ + delete p_intf->p_sys->mainSettings; + /* Delete the application */ delete app;