Changeset 28410 in vbox
- Timestamp:
- Apr 16, 2010 12:06:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r28409 r28410 807 807 808 808 if (RT_FAILURE(rc)) 809 {810 /* Only destroy thread data on failure; otherwise it's destroyed in the thread handler. */811 809 VBoxServiceControlExecDestroyThreadData(pThread); 812 RTMemFree(pThread);813 }814 }810 } 811 if (RT_FAILURE(rc)) 812 RTMemFree(pThread); 815 813 } 816 814 else
Note:
See TracChangeset
for help on using the changeset viewer.