Changeset 43031 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Aug 28, 2012 11:42:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/getoptargv.cpp
r38083 r43031 319 319 if (papszArgv) 320 320 { 321 /* 322 * We've really only _two_ allocations here. Check the code in 323 * RTGetOptArgvFromString for the particulars. 324 */ 321 325 RTMemFree(papszArgv[0]); 322 326 RTMemFree(papszArgv);
Note:
See TracChangeset
for help on using the changeset viewer.