Changeset 77095 in vbox for trunk/src/VBox
- Timestamp:
- Feb 1, 2019 9:09:57 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128551
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp
r77093 r77095 1014 1014 } 1015 1015 if (RT_SUCCESS(rc)) 1016 { 1017 *ppEvent = pEvent; 1016 1018 return rc; 1017 1018 delete pEvent; 1019 } 1020 1021 if (pEvent) 1022 delete pEvent; 1023 1019 1024 return rc; 1020 1025 }
Note:
See TracChangeset
for help on using the changeset viewer.