- Timestamp:
- Aug 5, 2013 10:24:35 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r47539 r47541 386 386 if (pSession) 387 387 { 388 supdrvSessionRelease( (PSUPDRVSESSION)pFileObj->FsContext);388 supdrvSessionRelease(pSession); 389 389 pFileObj->FsContext = NULL; 390 390 } … … 414 414 if (pSession) 415 415 { 416 supdrvSessionRelease( (PSUPDRVSESSION)pFileObj->FsContext);416 supdrvSessionRelease(pSession); 417 417 pFileObj->FsContext = NULL; 418 418 }
Note:
See TracChangeset
for help on using the changeset viewer.