VirtualBox

Changeset 78013 in vbox for trunk/src


Ignore:
Timestamp:
Apr 4, 2019 11:37:13 AM (6 years ago)
Author:
vboxsync
Message:

Main/HostDnsServiceDarwin: More shutdown fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/darwin/HostDnsServiceDarwin.cpp

    r78004 r78013  
    101101void HostDnsServiceDarwin::uninit(void)
    102102{
     103    HostDnsServiceBase::uninit();
     104
    103105    CFRunLoopRemoveSource(m->m_RunLoopRef, m->m_SourceStop, kCFRunLoopCommonModes);
    104106    CFRelease(m->m_SourceStop);
     
    111113
    112114    RTSemEventDestroy(m->m_evtStop);
    113 
    114     HostDnsServiceBase::uninit();
    115115}
    116116
     
    157157        CFRunLoopRun();
    158158    }
    159 
    160     CFRelease(m->m_RunLoopRef);
    161159
    162160    /* We're notifying stopper thread. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette