Changeset 84881 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jun 19, 2020 12:42:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp
r84873 r84881 1855 1855 pStartupInfo->pszCmd, rc, pProcess); 1856 1856 1857 /* Process has not been added to the session's process list yet, so skip VGSvcGstCtrlSessionProcessRemove() here. */ 1857 1858 VGSvcGstCtrlProcessFree(pProcess); 1858 1859 } … … 1872 1873 if (RT_SUCCESS(rc2)) 1873 1874 pProcess->Thread = NIL_RTTHREAD; 1875 1876 VGSvcGstCtrlSessionProcessRemove(pSession, pProcess); 1874 1877 VGSvcGstCtrlProcessFree(pProcess); 1875 1878 }
Note:
See TracChangeset
for help on using the changeset viewer.