[Libreoffice-commits] core.git: sc/source
Kohei Yoshida
kohei.yoshida at collabora.com
Wed Mar 12 09:37:44 PDT 2014
sc/source/core/data/formulacell.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9cfa665706cbced0fa71c43bb9425f28a0145f67
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Wed Mar 12 12:30:31 2014 -0400
Let's not leak here.
Change-Id: I12a50d0028164c37d06ff846bfbeff56a4591d12
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index c500fa6..9bbc75d 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -450,6 +450,7 @@ ScFormulaCellGroup::~ScFormulaCellGroup()
}
}
delete mpCode;
+ delete mpCompiledFormula;
}
void ScFormulaCellGroup::scheduleCompilation()
More information about the Libreoffice-commits
mailing list