summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-11-25 18:09:18 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-11-25 18:09:54 +0200
commit47bd603ceb2862f0aa389f8beb5376f0d6fdfcf9 (patch)
tree8c5e93ef91dd39d3a0e0751b7b1af248ac337ef0 /indra/newview/llappviewer.cpp
parent10fa792e115fd4be00931b25662545b6bb4c47f2 (diff)
SL-13733 One more vivox shutdown crash
Vivox was using dead pump
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 8045da66d0..0596df4ddb 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1620,6 +1620,7 @@ bool LLAppViewer::doFrame()
}
delete gServicePump;
+ gServicePump = NULL;
destroyMainloopTimeout();