Fix crash in FrameIterator.
This commit is contained in:
parent
38eecd5ece
commit
6928d21bcf
@ -56,7 +56,9 @@ public:
|
|||||||
{
|
{
|
||||||
LineNumber = it->LineNumber();
|
LineNumber = it->LineNumber();
|
||||||
|
|
||||||
|
if (it->FunctionName())
|
||||||
FunctionName = it->FunctionName();
|
FunctionName = it->FunctionName();
|
||||||
|
if (it->FilePath())
|
||||||
FilePath = it->FilePath();
|
FilePath = it->FilePath();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user