Changeset 57605 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Sep 3, 2015 11:00:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c
r57358 r57605 253 253 RTLogDestroy(RTLogSetDefaultInstance(NULL)); 254 254 255 mutex_destroy(&g_LdiMtx); 256 257 RTR0Term(); 255 if (!rc) 256 { 257 mutex_destroy(&g_LdiMtx); 258 RTR0Term(); 259 } 258 260 return rc; 259 261 }
Note:
See TracChangeset
for help on using the changeset viewer.