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

coverity#1266455 Explicit null dereferenced

Change-Id: If772142b776d2365cbd2b7f0927975c2739c1316
üst 54d8dbdc
......@@ -1701,6 +1701,8 @@ namespace accessibility
{
break;
}
if (!ree.pFieldItem)
continue;
if( (Segment.SegmentEnd > reeBegin && Segment.SegmentEnd <= reeEnd) ||
(Segment.SegmentStart >= reeBegin && Segment.SegmentStart < reeEnd) )
{
......
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