View | Details | Raw Unified | Return to bug 1000
Collapse All | Expand All

(-)a/src/core/model/fatal-impl.cc (-1 / +1 lines)
 Lines 107-113    Link Here 
107
FlushStreams (void)
107
FlushStreams (void)
108
{
108
{
109
  std::list<std::ostream*> **pl = PeekStreamList ();
109
  std::list<std::ostream*> **pl = PeekStreamList ();
110
  if (pl == 0)
110
  if (*pl == 0)
111
    {
111
    {
112
      return;
112
      return;
113
    }
113
    }

Return to bug 1000