VirtualBox

Changeset 28766 in vbox


Ignore:
Timestamp:
Apr 26, 2010 4:22:46 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60648
Message:

Main/Console: wrong place to lock the VM pointer, causes hangs

File:
1 edited

Legend:

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

    r28765 r28766  
    73057305        that->mptrCancelableProgress.setNull();
    73067306        return autoCaller.rc();
    7307     }
    7308 
    7309     /* protect mpVM */
    7310     AutoVMCaller autoVMCaller(that);
    7311     if (FAILED(autoVMCaller.rc()))
    7312     {
    7313         that->mptrCancelableProgress.setNull();
    7314         return autoVMCaller.rc();
    73157307    }
    73167308
Note: See TracChangeset for help on using the changeset viewer.

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