summaryrefslogtreecommitdiff
path: root/indra/llui/lltexteditor.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2010-01-13 18:18:03 -0800
committerrichard <none@none>2010-01-13 18:18:03 -0800
commit01c65e891d477b2f162cb277a2b06a6d3a4a0e9f (patch)
treefb34de1c09c931186a595093c35bde5ac66f448e /indra/llui/lltexteditor.cpp
parent630f1546881d6879b3ad4e3165413138d69a27cd (diff)
parentfaae541261f4e606fd1b90927818bd9239700635 (diff)
merge
Diffstat (limited to 'indra/llui/lltexteditor.cpp')
-rw-r--r--indra/llui/lltexteditor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lltexteditor.cpp b/indra/llui/lltexteditor.cpp
index e8fc9475a5..f2c3879a6c 100644
--- a/indra/llui/lltexteditor.cpp
+++ b/indra/llui/lltexteditor.cpp
@@ -308,7 +308,8 @@ LLTextEditor::~LLTextEditor()
// Scrollbar is deleted by LLView
std::for_each(mUndoStack.begin(), mUndoStack.end(), DeletePointer());
- delete mContextMenu;
+ // context menu is owned by menu holder, not us
+ //delete mContextMenu;
}
////////////////////////////////////////////////////////////