summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-03-12 12:30:31 -0400
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-12 11:42:45 -0500
commit36abce8d4e0c3ebef609fc4cea094b953c5082dc (patch)
tree8547d4c55e6d8fb6d4d669714caecafa700263d7
parentcab3cac0d77651718051c88a068f8e3966dbb4e8 (diff)
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@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r--sc/source/core/data/formulacell.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index aff135ab7429..2768d22a7381 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()