VirtualBox

Ignore:
Timestamp:
Mar 29, 2011 7:26:50 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70825
Message:

VBoxInstallHelper/Python: Close handle when done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp

    r36121 r36452  
    204204        if(rc == ERROR_SUCCESS)
    205205            LogString(hModule, TEXT("InstallPythonAPI: Path \"%s\" detected."), szVal);
    206     }
    207 
    208     ::RegCloseKey (hkPythonCore);
     206
     207        ::RegCloseKey(hkPythonInstPath);
     208    }
     209    ::RegCloseKey(hkPythonCore);
    209210
    210211    /* Python path found? */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette