VirtualBox

Changeset 27387 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Mar 15, 2010 10:40:34 PM (15 years ago)
Author:
vboxsync
Message:

iprt: RTProcCreateEx fix. Added testcase for whitespace args.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/process-win.cpp

    r27385 r27387  
    296296                    {
    297297                        CloseHandle(ProcInfo.hThread);
    298                         CloseHandle(ProcInfo.hProcess);
    299298                        if (phProcess)
     299                        {
     300                            /** @todo Remember the process handle and pick it up in RTProcWait. */
    300301                            *phProcess = ProcInfo.dwProcessId;
     302                        }
     303                        else
     304                            CloseHandle(ProcInfo.hProcess);
    301305                        rc = VINF_SUCCESS;
    302306                    }
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