VirtualBox

Changeset 42005 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jul 3, 2012 5:22:28 PM (12 years ago)
Author:
vboxsync
Message:

vbgl: follow up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp

    r42004 r42005  
    330330    Log(("vbglDriverClose pDeviceObject=%x\n", pDriver->pDeviceObject));
    331331    ObDereferenceObject (pDriver->pFileObject);
     332    pDriver->pFileObject = NULL;
     333    pDriver->pDeviceObject = NULL;
    332334
    333335# elif defined (RT_OS_OS2)
     
    336338# else
    337339    VBoxGuestIDCClose (pDriver->pvOpaque);
     340    pDriver->pvOpaque = NULL;
    338341# endif
    339342}
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