Index: /trunk/src/VBox/Main/src-server/solaris/USBProxyBackendSolaris.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/solaris/USBProxyBackendSolaris.cpp	(revision 61481)
+++ /trunk/src/VBox/Main/src-server/solaris/USBProxyBackendSolaris.cpp	(revision 61482)
@@ -89,5 +89,5 @@
     if (RT_FAILURE(rc))
     {
-        RTSemEventDestroy(mNotifyEventSem);
+        /* mNotifyEventSem will be destroyed in uninit */
         return rc;
     }
