Kaydet (Commit) 17cdc92e authored tarafından László Németh's avatar László Németh

starmath: dispose SmEditController object correctly

Change-Id: I5d44ff6d514d2e40df23f6c419463b980f39d2c7
üst d505f160
......@@ -727,6 +727,7 @@ void SmCmdBoxWindow::dispose()
{
aInitialFocusTimer.Stop();
bExiting = true;
aController.dispose();
aEdit.disposeAndClear();
SfxDockingWindow::dispose();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment