diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-10-29 16:10:40 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-10-29 16:10:40 +0200 |
commit | e5e45d08f6b735d5c90acf47e1700fca1ad45b64 (patch) | |
tree | fe766d02fd2e7001f495478c0d4d8e998b766b2e /indra | |
parent | 3ea50baaac172d89f3377c6832fa584a582f477f (diff) |
SL-14226 Cleanup teleport requests
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llagent.cpp | 2 |
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(); |