Skip to content
Snippets Groups Projects
Commit 35861b06 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

Qt: addons: missing deinstanciation

parent 6a327f35
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@
#include "dialogs_provider.hpp" /* THEDP creation */
#include "main_interface.hpp" /* MainInterface creation */
#include "extensions_manager.hpp" /* Extensions manager */
#include "managers/addons_manager.hpp" /* Addons manager */
#include "dialogs/help.hpp" /* Launch Update */
#include "recents.hpp" /* Recents Item destruction */
#include "util/qvlcapp.hpp" /* QVLCApplication definition */
......@@ -573,6 +574,7 @@ static void *Thread( void *obj )
/* */
ExtensionsManager::killInstance();
AddonsManager::killInstance();
/* Destroy all remaining windows,
because some are connected to some slots
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment