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

(-)a/src/core/model/default-simulator-impl.cc (+11 lines)
 Lines 90-95    Link Here 
90
      next.impl->Unref ();
90
      next.impl->Unref ();
91
    }
91
    }
92
  m_events = 0;
92
  m_events = 0;
93
94
  {
95
    CriticalSection cs (m_eventsWithContextMutex);
96
    while (!m_eventsWithContext.empty ())
97
      {
98
        EventWithContext next = m_eventsWithContext.back ();
99
        m_eventsWithContext.pop_back ();
100
        next.event->Unref ();
101
      }
102
  }
103
 
93
  SimulatorImpl::DoDispose ();
104
  SimulatorImpl::DoDispose ();
94
}
105
}
95
void
106
void

Return to bug 2119