VirtualBox

Changeset 18755 in vbox for trunk/src


Ignore:
Timestamp:
Apr 6, 2009 1:36:45 PM (16 years ago)
Author:
vboxsync
Message:

ConsoleImpl.cpp/powerUpThread: Deregister the error VMSetError callback since task will die soon after.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r18645 r18755  
    64996499                AssertComRC (rc2);
    65006500            }
     6501
     6502            /* Deregister the VMSetError callback. */
     6503            VMR3AtErrorDeregister(pVM, task->mSetVMErrorCallback, task.get());
     6504            /** @todo register another VMSetError callback? */
    65016505        }
    65026506        else
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