diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp index ad35fd86cf..1dd421f938 100755 --- a/indra/newview/llfasttimerview.cpp +++ b/indra/newview/llfasttimerview.cpp @@ -269,7 +269,10 @@ BOOL LLFastTimerView::handleHover(S32 x, S32 y, MASK mask) { break; } - if (bar.mSelfEnd > mouse_time_offset) + // FIRE-15356: mTimeBlock might be null + //if (bar.mSelfEnd > mouse_time_offset) + if (bar.mSelfEnd > mouse_time_offset && bar.mTimeBlock) + // { hover_bar = &bar; if (bar.mTimeBlock->getTreeNode().mCollapsed)