Changeset 86189 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Sep 21, 2020 8:52:32 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140443
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceCpuHotPlug.cpp
r86188 r86189 381 381 /* Open the directory */ 382 382 rc = RTDirOpenFiltered(&pAcpiCpuPathLvl->hDir, pszPathDir, RTDIRFILTER_WINNT, 0 /*fFlags*/); 383 RTStrFree(pszPathDir); 384 pszPathDir = NULL; 383 385 if (RT_FAILURE(rc)) 384 386 break;
Note:
See TracChangeset
for help on using the changeset viewer.