[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source
Kohei Yoshida
kohei.yoshida at collabora.com
Wed Mar 12 09:43:07 PDT 2014
sc/source/core/data/formulacell.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 36abce8d4e0c3ebef609fc4cea094b953c5082dc
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
(cherry picked from commit 9cfa665706cbced0fa71c43bb9425f28a0145f67)
Reviewed-on: https://gerrit.libreoffice.org/8558
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard at 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()
More information about the Libreoffice-commits
mailing list