diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/document.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index cc89640da0cb..546af49b2df1 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -729,7 +729,7 @@ SmDocShell::~SmDocShell() EndListening(*pp->GetConfig()); delete pEditEngine; - delete pEditEngineItemPool; + SfxItemPool::Free(pEditEngineItemPool); delete pTree; delete pPrinter; } |