Changeset 25804 in vbox
- Timestamp:
- Jan 13, 2010 2:24:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceExec.cpp
r25709 r25804 149 149 VBoxServiceError("Exec: Flag validation failed for \"%s\": %Rrc; flags=\"%s\"\n", 150 150 pszPropName, rc, pszFlags); 151 RTStrFree(*ppszValue); 152 *ppszValue = NULL; 151 153 } 152 154 else … … 377 379 rc = VERR_FILE_NOT_FOUND; 378 380 } 379 RTStrFree(pszSysprepArgs);380 381 } 382 RTStrFree(pszSysprepArgs); 383 } 381 384 #ifdef SYSPREP_WITH_CMD 382 RTStrFree(pszSysprepExec); 383 #endif 384 } 385 RTStrFree(pszSysprepExec); 386 #endif 385 387 386 388 /*
Note:
See TracChangeset
for help on using the changeset viewer.