Changeset 107049 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Nov 20, 2024 9:19:15 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166001
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/installation/VBoxDrvInst.cpp
r106963 r107049 497 497 else 498 498 rcExit = RTEXITCODE_FAILURE; 499 500 VBoxWinDrvInstDestroy(hWinDrvInst); 499 501 } 500 502 … … 602 604 else 603 605 rcExit = RTEXITCODE_FAILURE; 606 607 VBoxWinDrvInstDestroy(hWinDrvInst); 604 608 } 605 609
Note:
See TracChangeset
for help on using the changeset viewer.