tdf#92213 - avoid potential crasher from unusual idle handler.
Change-Id: Id5715f8753d17b3955ac87b9260318ac56e64a08
This commit is contained in:
@@ -90,14 +90,19 @@ GraphCtrl::~GraphCtrl()
|
||||
|
||||
void GraphCtrl::dispose()
|
||||
{
|
||||
aUpdateIdle.Stop();
|
||||
|
||||
if( mpAccContext )
|
||||
{
|
||||
mpAccContext->disposing();
|
||||
mpAccContext->release();
|
||||
}
|
||||
delete pView;
|
||||
pView = NULL;
|
||||
delete pModel;
|
||||
pModel = NULL;
|
||||
delete pUserCall;
|
||||
pUserCall = NULL;
|
||||
Control::dispose();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user