From f0b3527bb5ba67cd865835ec0a298c110b1b3bc0 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Wed, 6 Mar 2019 15:58:19 -0500 Subject: [PATCH] Fix crash on saving notecards noticed by Torric --- indra/llui/lltexteditor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/llui/lltexteditor.cpp b/indra/llui/lltexteditor.cpp index b612b8b3d..3996470be 100644 --- a/indra/llui/lltexteditor.cpp +++ b/indra/llui/lltexteditor.cpp @@ -4801,6 +4801,7 @@ void LLTextEditor::createDefaultSegment() void LLTextEditor::clearSegments() { + mLineStartList.clear(); mSegments.clear(); createDefaultSegment(); }