mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-16 03:16:54 +02:00
Merge pull request #4427 from ZappoMan/crashonexit
fix crash on exit related to AvatarManager using TextureCach resources
This commit is contained in:
commit
943670285c
1 changed files with 2 additions and 1 deletions
|
@ -612,7 +612,8 @@ Application::~Application() {
|
||||||
|
|
||||||
// stop the glWidget frame timer so it doesn't call paintGL
|
// stop the glWidget frame timer so it doesn't call paintGL
|
||||||
_glWidget->stopFrameTimer();
|
_glWidget->stopFrameTimer();
|
||||||
|
|
||||||
|
DependencyManager::destroy<AvatarManager>();
|
||||||
DependencyManager::destroy<AnimationCache>();
|
DependencyManager::destroy<AnimationCache>();
|
||||||
DependencyManager::destroy<TextureCache>();
|
DependencyManager::destroy<TextureCache>();
|
||||||
DependencyManager::destroy<GeometryCache>();
|
DependencyManager::destroy<GeometryCache>();
|
||||||
|
|
Loading…
Reference in a new issue