- Timestamp:
- Jan 9, 2025 9:37:34 AM (10 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r106061 r107574 2137 2137 * still can hold references to it. */ 2138 2138 AssertPtr(mSession); 2139 int vrc2 = mSession->i_processUnregister(this); 2140 if (RT_SUCCESS(vrc)) 2141 vrc = vrc2; 2139 mSession->i_processUnregister(this); 2142 2140 } 2143 2141
Note:
See TracChangeset
for help on using the changeset viewer.