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

CID#982602 using invalid iterator

Change-Id: I20d61539900626ebd5e8271e0db5ea3c22cf381e
üst 9398d425
......@@ -399,7 +399,7 @@ HyperText *HWPFile::GetHyperText()
}
currenthyper++;
return *it;
return it != hyperlist.end() ? *it : NULL;
}
EmPicture *HWPFile::GetEmPicture(Picture * pic)
......
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