summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-10-29 16:10:40 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-10-29 16:10:40 +0200
commite5e45d08f6b735d5c90acf47e1700fca1ad45b64 (patch)
treefe766d02fd2e7001f495478c0d4d8e998b766b2e /indra
parent3ea50baaac172d89f3377c6832fa584a582f477f (diff)
SL-14226 Cleanup teleport requests
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llagent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index 4bc7663300..e7e9404ded 100644
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -509,6 +509,8 @@ void LLAgent::init()
void LLAgent::cleanup()
{
mRegionp = NULL;
+ mTeleportRequest = NULL;
+ mTeleportCanceled = NULL;
if (mTeleportFinishedSlot.connected())
{
mTeleportFinishedSlot.disconnect();