summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelenvironment.cpp
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2018-09-28 15:56:48 +0300
committermaxim_productengine <mnikolenko@productengine.com>2018-09-28 15:56:48 +0300
commit6401ed2298f46df6c72526b811a88c5e3b3eee46 (patch)
tree7cc641a52f8db6edfc385bf0daea5916a971b6f0 /indra/newview/llpanelenvironment.cpp
parenta309d30554fbc14f8ee3dfa84fdc8c94709efa82 (diff)
SL-9620 FIXED Viewer crashes after clicking "Commit" button while editing Day Cycle preset
Diffstat (limited to 'indra/newview/llpanelenvironment.cpp')
-rw-r--r--indra/newview/llpanelenvironment.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelenvironment.cpp b/indra/newview/llpanelenvironment.cpp
index 6e2f3450fb..21b9c4edbd 100644
--- a/indra/newview/llpanelenvironment.cpp
+++ b/indra/newview/llpanelenvironment.cpp
@@ -126,6 +126,8 @@ LLPanelEnvironmentInfo::~LLPanelEnvironmentInfo()
{
if (mChangeMonitor.connected())
mChangeMonitor.disconnect();
+ if (mCommitConnection.connected())
+ mCommitConnection.disconnect();
}
BOOL LLPanelEnvironmentInfo::postBuild()