sc/source/core/data/formulacell.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9cfa665706cbced0fa71c43bb9425f28a0145f67
Author: Kohei Yoshida <kohei.yosh...@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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to