Changeset 104164 in vbox for trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
- Timestamp:
- Apr 4, 2024 5:14:12 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
r104162 r104164 584 584 logStringF(hModule, "checkTargetDirOne:\t%ls fMask=%#x (generic %#x specific %#x)", 585 585 pwszSid ? pwszSid : L"<Allocation Error>", pAce->Mask); 586 587 LocalFree(pwszSid); 586 588 #endif /* DEBUG */ 587 LocalFree(pwszSid);588 589 589 /* Ignore everything else. */ 590 590 break;
Note:
See TracChangeset
for help on using the changeset viewer.