|
|
| 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 |