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