diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-11-23 18:24:44 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-11-23 18:24:44 +0200 |
commit | d55d37c165de18967b894da99f189c72c29adcd9 (patch) | |
tree | 01bd647d80158bd7a28a159d236d3b56853e5977 /indra | |
parent | 7b7667973b3ecaa857f1013c8084f3159105eec1 (diff) |
SL-14386 FIXED Crash: LLLoginInstance::~LLLoginInstance()
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lllogininstance.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp index 0f846c152a..fa53a21940 100644 --- a/indra/newview/lllogininstance.cpp +++ b/indra/newview/lllogininstance.cpp @@ -427,6 +427,7 @@ void LLLoginInstance::handleLoginSuccess(const LLSD& event) LL_INFOS("LLLogin") << "LLLoginInstance::handleLoginSuccess" << LL_ENDL; attemptComplete(); + mRequestData.clear(); } void LLLoginInstance::handleDisconnect(const LLSD& event) |