From cab6cc8c75ab62f94cb0a99c5b4a3cfeceb4975c Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Wed, 11 Mar 2015 16:30:21 -0700 Subject: [PATCH] fix crash on exit related to AvatarManager using TextureCach resources --- interface/src/Application.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index a7a6c8c094..1e21144546 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -612,7 +612,8 @@ Application::~Application() { // stop the glWidget frame timer so it doesn't call paintGL _glWidget->stopFrameTimer(); - + + DependencyManager::destroy(); DependencyManager::destroy(); DependencyManager::destroy(); DependencyManager::destroy();