aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CellBuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/CellBuffer.cxx')
-rw-r--r--src/CellBuffer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx
index 815ac3110..80dc02d64 100644
--- a/src/CellBuffer.cxx
+++ b/src/CellBuffer.cxx
@@ -99,7 +99,6 @@ public:
void operator=(const LineStartIndex &) = delete;
void operator=(LineStartIndex &&) = delete;
virtual ~LineStartIndex() {
- starts.DeleteAll();
}
bool Allocate(Sci::Line lines) {
refCount++;