Changeset 81188 in vbox
- Timestamp:
- Oct 9, 2019 2:45:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r81145 r81188 421 421 } 422 422 423 if (pSvc->pDesc->pfnDestroy) 423 if ( pSvc->pDesc->pfnDestroy 424 && pSvc->pInstance) /* pInstance might be NULL if initialization of a service failed. */ 424 425 { 425 426 LogRel2(("Terminating service '%s' ...\n", pSvc->pDesc->pszName));
Note:
See TracChangeset
for help on using the changeset viewer.