Kaydet (Commit) 6443d759 authored tarafından Michael Meeks's avatar Michael Meeks

converting in-line member to VclPtr needs a disposeAndClear in destructor.

Change-Id: I533eede461d173bd270e5a309fa13aab37bc0a13
üst d7930771
......@@ -1974,6 +1974,7 @@ SmViewShell::~SmViewShell()
SmEditWindow *pEditWin = GetEditWindow();
if (pEditWin)
pEditWin->DeleteEditView( *this );
aGraphic.disposeAndClear();
}
void SmViewShell::Deactivate( bool bIsMDIActivate )
......
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