VirtualBox

Changeset 43031 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Aug 28, 2012 11:42:23 AM (12 years ago)
Author:
vboxsync
Message:

clearifying comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/getoptargv.cpp

    r38083 r43031  
    319319    if (papszArgv)
    320320    {
     321        /*
     322         * We've really only _two_ allocations here. Check the code in
     323         * RTGetOptArgvFromString for the particulars.
     324         */
    321325        RTMemFree(papszArgv[0]);
    322326        RTMemFree(papszArgv);
Note: See TracChangeset for help on using the changeset viewer.

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