Changeset 79263 in vbox for trunk/src/VBox
- Timestamp:
- Jun 20, 2019 8:34:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/VMMDevInterface.cpp
r78915 r79263 736 736 { 737 737 #ifdef VBOX_WITH_GUEST_PROPS 738 if (mpDrv ->hHgcmSvcExtGstProps)738 if (mpDrv && mpDrv->hHgcmSvcExtGstProps) 739 739 { 740 740 HGCMHostUnregisterServiceExtension(mpDrv->hHgcmSvcExtGstProps); … … 744 744 745 745 #ifdef VBOX_WITH_GUEST_CONTROL 746 if (mpDrv ->hHgcmSvcExtGstCtrl)746 if (mpDrv && mpDrv->hHgcmSvcExtGstCtrl) 747 747 { 748 748 HGCMHostUnregisterServiceExtension(mpDrv->hHgcmSvcExtGstCtrl);
Note:
See TracChangeset
for help on using the changeset viewer.