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

no need to check for null before delete

Change-Id: Ie8a93a51096471d9d40644741fe3359ee016efe1
üst 73d790d0
...@@ -577,8 +577,7 @@ OfaTreeOptionsDialog::~OfaTreeOptionsDialog() ...@@ -577,8 +577,7 @@ OfaTreeOptionsDialog::~OfaTreeOptionsDialog()
} }
} }
if( pPageInfo->m_pExtPage ) delete pPageInfo->m_pExtPage;
delete pPageInfo->m_pExtPage;
delete pPageInfo; delete pPageInfo;
} }
......
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