From 15e7663ed5b9fbdba5ea4b0423dfd335ce0284e1 Mon Sep 17 00:00:00 2001 From: amer cerkic Date: Thu, 11 Jul 2019 14:27:41 -0700 Subject: [PATCH] removing the destroy call since its not necessary --- interface/src/Application.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 3310454b8c..abcafd5a3e 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2772,8 +2772,6 @@ void Application::cleanupBeforeQuit() { DependencyManager::get()->removeAccountFromFile(); } - DependencyManager::destroy(); - PluginManager::getInstance()->shutdown(); // Cleanup all overlays after the scripts, as scripts might add more