Changeset 47539 in vbox for trunk/src/VBox
- Timestamp:
- Aug 5, 2013 10:22:05 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r47537 r47539 414 414 if (pSession) 415 415 { 416 supdrv CloseSession(pDevExt,(PSUPDRVSESSION)pFileObj->FsContext);416 supdrvSessionRelease((PSUPDRVSESSION)pFileObj->FsContext); 417 417 pFileObj->FsContext = NULL; 418 418 }
Note:
See TracChangeset
for help on using the changeset viewer.