diff options
Diffstat (limited to 'starmath/source/dialog.cxx')
-rw-r--r-- | starmath/source/dialog.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 6be8a2676449..d5fe1435b2e2 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -570,6 +570,7 @@ void SmFontTypeDialog::dispose() m_pFixedFont.clear(); m_pMenuButton.clear(); m_pDefaultButton.clear(); + pFontListDev.clear(); ModalDialog::dispose(); } @@ -1576,6 +1577,7 @@ void SmSymbolDialog::dispose() m_pSymbolDisplay.clear(); m_pGetBtn.clear(); m_pEditBtn.clear(); + pFontListDev.clear(); ModalDialog::dispose(); } |