Kaydet (Commit) a831e56c authored tarafından Caolán McNamara's avatar Caolán McNamara

we can move the pEditView delete inside the previous check for pEditView

Change-Id: I612a4f8ee1e49b1468a2898678660bd66902fc96
üst e03c29f5
...@@ -142,8 +142,8 @@ SmEditWindow::~SmEditWindow() ...@@ -142,8 +142,8 @@ SmEditWindow::~SmEditWindow()
pEditEngine->SetStatusEventHdl( Link() ); pEditEngine->SetStatusEventHdl( Link() );
pEditEngine->RemoveView( pEditView ); pEditEngine->RemoveView( pEditView );
} }
}
delete pEditView; delete pEditView;
}
delete pHScrollBar; delete pHScrollBar;
delete pVScrollBar; delete pVScrollBar;
delete pScrollBox; delete pScrollBox;
......
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