aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-04-19 09:22:21 +1000
committerNeil <nyamatongwe@gmail.com>2018-04-19 09:22:21 +1000
commitb44cf0399ce972ce3421576d65a716aa5c748860 (patch)
tree64cb69ead003c62c21b375a1043e0f54eca643be /src
parent55941c2495e7059812a4c75be8db5dfc37f18a02 (diff)
downloadscintilla-mirror-b44cf0399ce972ce3421576d65a716aa5c748860.tar.gz
Remove potential allocation in destructor which could have thrown.
Diffstat (limited to 'src')
-rw-r--r--src/CellBuffer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx
index 357d37994..d9710347d 100644
--- a/src/CellBuffer.cxx
+++ b/src/CellBuffer.cxx
@@ -54,7 +54,6 @@ public:
Init();
}
~LineVector() override {
- starts.DeleteAll();
}
void Init() override {
starts.DeleteAll();