summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-03-12 12:30:31 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-03-12 12:36:05 -0400
commit9cfa665706cbced0fa71c43bb9425f28a0145f67 (patch)
tree316182879d06ead96b3ec5d66cd10a95e5105ae9 /sc
parent1e539dbf0fe3894bbf6bf1a0851163b56e37f090 (diff)
Let's not leak here.
Change-Id: I12a50d0028164c37d06ff846bfbeff56a4591d12
Diffstat (limited to 'sc')
-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 c500fa68d031..9bbc75d2d5af 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()