VirtualBox

Changeset 107049 in vbox for trunk/src/VBox/GuestHost


Ignore:
Timestamp:
Nov 20, 2024 9:19:15 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166001
Message:

Windows driver installation/VBoxDrvInst: Forgot to call VBoxWinDrvInstDestroy(). bugref:10762

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/installation/VBoxDrvInst.cpp

    r106963 r107049  
    497497        else
    498498            rcExit = RTEXITCODE_FAILURE;
     499
     500        VBoxWinDrvInstDestroy(hWinDrvInst);
    499501    }
    500502
     
    602604        else
    603605            rcExit = RTEXITCODE_FAILURE;
     606
     607        VBoxWinDrvInstDestroy(hWinDrvInst);
    604608    }
    605609
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