summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-09-14 18:02:03 -0400
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-09-14 18:02:03 -0400
commitb7c1225f193c5afbd3459b0096cd34460a6552ba (patch)
treee2a27b49e8a5a7b64f100eefd150e3b28bb12b55
parentloolwsd: unittest runner improvement and logging (diff)
downloadonline-b7c1225f193c5afbd3459b0096cd34460a6552ba.tar.gz
online-b7c1225f193c5afbd3459b0096cd34460a6552ba.zip
loolwsd: remove cursor of unloading views
Change-Id: I4281a5aa101f034007aa227bb18b14eeba806ea0
-rw-r--r--loolwsd/LOOLKit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/loolwsd/LOOLKit.cpp b/loolwsd/LOOLKit.cpp
index 0f925a6709..e707a79247 100644
--- a/loolwsd/LOOLKit.cpp
+++ b/loolwsd/LOOLKit.cpp
@@ -933,6 +933,7 @@ private:
// Broadcast the demise and removal of session.
notifyOtherSessions(sessionId, "remview: " + std::to_string(session.getViewId()));
+ _tileQueue->removeCursorPosition(session.getViewId());
if (_loKitDocument == nullptr)
{