diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2010-12-22 10:55:48 -0700 |
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2010-12-22 10:55:48 -0700 |
| commit | 8ba0baa63109d5e45c1f3cfd75c7d230ff99031f (patch) | |
| tree | b5945f63f0173b17e428d2d726d13653d9157ac7 /indra/newview/llappviewer.cpp | |
| parent | 8bca21e23b1ad857cb707af986c33523c6ea7724 (diff) | |
fix for SH-648: Crash on exit in LLViewerFetchedTexture (ref count error)
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 08f5cb4685..0ff4336f4c 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1262,6 +1262,7 @@ bool LLAppViewer::mainLoop() break; } } + gMeshRepo.update() ; if(!total_work_pending) //pause texture fetching threads if nothing to process. { |
