Changeset 13305 in vbox
- Timestamp:
- Oct 15, 2008 9:03:06 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37978
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r12241 r13305 291 291 292 292 rc2 = RTSpinlockDestroy(pDevExt->WaitSpinlock); AssertRC(rc2); 293 rc2 = RTSpinlockDestroy(pDevExt->SessionSpinlock); AssertRC(rc2); 293 294 294 295 VBoxGuestDeleteWaitList(&pDevExt->WaitList);
Note:
See TracChangeset
for help on using the changeset viewer.