sc/source/core/data/formulacell.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 36abce8d4e0c3ebef609fc4cea094b953c5082dc Author: Kohei Yoshida <kohei.yosh...@collabora.com> Date: Wed Mar 12 12:30:31 2014 -0400 Let's not leak here. Change-Id: I12a50d0028164c37d06ff846bfbeff56a4591d12 (cherry picked from commit 9cfa665706cbced0fa71c43bb9425f28a0145f67) Reviewed-on: https://gerrit.libreoffice.org/8558 Tested-by: Markus Mohrhard <markus.mohrh...@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index aff135a..2768d22 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -446,6 +446,7 @@ ScFormulaCellGroup::~ScFormulaCellGroup() } } delete mpCode; + delete mpCompiledFormula; } void ScFormulaCellGroup::scheduleCompilation() _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits