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

unnecessary check before delete

Change-Id: Ie5793f910dd58e8930c2c2b27df00bd073c26f35
üst 88afb39f
......@@ -293,10 +293,8 @@ IconChoiceDialog ::~IconChoiceDialog ()
}
if ( pRanges )
delete pRanges;
if ( pOutSet )
delete pOutSet;
delete pRanges;
delete pOutSet;
}
/**********************************************************************
......
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