Changeset 38869 in vbox
- Timestamp:
- Sep 26, 2011 6:20:54 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74187
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp
r38760 r38869 518 518 if (pDevExt) 519 519 { 520 521 #if 0 /* @todo: test & enable cleaning global session data */ 522 #ifdef VBOX_WITH_HGCM 523 if (pDevExt->win.s.pKernelSession) 524 { 525 VBoxGuestCloseSession(pDevExt, pDevExt->win.s.pKernelSession); 526 pDevExt->win.s.pKernelSession = NULL; 527 } 528 #endif 529 #endif 530 531 #ifndef TARGET_NT4 532 if (pDevExt->win.s.pInterruptObject) 533 { 534 IoDisconnectInterrupt(pDevExt->win.s.pInterruptObject); 535 pDevExt->win.s.pInterruptObject = NULL; 536 } 537 #endif 538 539 /* @todo: cleanup the rest stuff */ 540 541 520 542 #ifdef VBOX_WITH_GUEST_BUGCHECK_DETECTION 521 543 hlpDeregisterBugCheckCallback(pDevExt); /* ignore failure! */
Note:
See TracChangeset
for help on using the changeset viewer.