- Timestamp:
- Apr 4, 2019 11:37:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/HostDnsServiceDarwin.cpp
r78004 r78013 101 101 void HostDnsServiceDarwin::uninit(void) 102 102 { 103 HostDnsServiceBase::uninit(); 104 103 105 CFRunLoopRemoveSource(m->m_RunLoopRef, m->m_SourceStop, kCFRunLoopCommonModes); 104 106 CFRelease(m->m_SourceStop); … … 111 113 112 114 RTSemEventDestroy(m->m_evtStop); 113 114 HostDnsServiceBase::uninit();115 115 } 116 116 … … 157 157 CFRunLoopRun(); 158 158 } 159 160 CFRelease(m->m_RunLoopRef);161 159 162 160 /* We're notifying stopper thread. */
Note:
See TracChangeset
for help on using the changeset viewer.