diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/view.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 2a5ec956f3f1..1e602de7b5db 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -1974,6 +1974,7 @@ SmViewShell::~SmViewShell() SmEditWindow *pEditWin = GetEditWindow(); if (pEditWin) pEditWin->DeleteEditView( *this ); + aGraphic.disposeAndClear(); } void SmViewShell::Deactivate( bool bIsMDIActivate ) |