Changeset 61481 in vbox
- Timestamp:
- Jun 6, 2016 8:46:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/solaris/USBProxyBackendSolaris.cpp
r60758 r61481 56 56 */ 57 57 USBProxyBackendSolaris::USBProxyBackendSolaris() 58 : USBProxyBackend(), m USBLibInitialized(false)58 : USBProxyBackend(), mNotifyEventSem(NIL_RTSEMEVENT), mUSBLibInitialized(false) 59 59 { 60 60 LogFlowThisFunc(("\n")); … … 125 125 } 126 126 127 RTSemEventDestroy(mNotifyEventSem); 128 mNotifyEventSem = NULL; 127 if (mNotifyEventSem != NIL_RTSEMEVENT) 128 { 129 RTSemEventDestroy(mNotifyEventSem); 130 mNotifyEventSem = NIL_RTSEMEVENT; 131 } 129 132 } 130 133
Note:
See TracChangeset
for help on using the changeset viewer.

