From 7becad30859bf44144ec7a35d29dc1500f2670d1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 5 Jul 2000 13:49:29 +0000 Subject: Fixed BoundsChecker warnings including some leaks. --- src/CellBuffer.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/CellBuffer.cxx') diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index 3f094ce96..130b289e6 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -119,7 +119,11 @@ void MarkerHandleSet::CombineWith(MarkerHandleSet *other) { LineVector::LineVector() { linesData = 0; lines = 0; + size = 0; levels = 0; + sizeLevels = 0; + handleCurrent = 1; + Init(); } -- cgit v1.2.3