VirtualBox

Changeset 55710 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 7, 2015 9:08:11 AM (10 years ago)
Author:
vboxsync
Message:

Main: correct place for AutoUninitSpan in HostVideoInputDevice::uninit

File:
1 edited

Legend:

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

    r50914 r55710  
    7575    LogFlowThisFunc(("\n"));
    7676
    77     m.name.setNull();
    78     m.path.setNull();
    79     m.alias.setNull();
    80 
    8177    /* Enclose the state transition Ready->InUninit->NotReady */
    8278    AutoUninitSpan autoUninitSpan(this);
    8379    if (autoUninitSpan.uninitDone())
    8480        return;
     81
     82    m.name.setNull();
     83    m.path.setNull();
     84    m.alias.setNull();
    8585}
    8686
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