VirtualBox

Changeset 49471 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 13, 2013 3:20:37 PM (11 years ago)
Author:
vboxsync
Message:

ConsoleImpl: Remove assertion in onExtraDataChange. It is possible that it is called during destruction of the Console object

File:
1 edited

Legend:

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

    r49324 r49471  
    53835383
    53845384    AutoCaller autoCaller(this);
    5385     AssertComRCReturnRC(autoCaller.rc());
     5385    if (FAILED(autoCaller.rc()))
     5386        return autoCaller.rc();
    53865387
    53875388    if (!aMachineId)
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