- Timestamp:
- Jun 11, 2010 6:26:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r30168 r30171 1508 1508 1509 1509 do { 1510 util::AutoReadLock lock(g_pSessionsLockHandle COMMA_LOCKVAL_SRC_POS); 1510 // findRefFromId needs read lock, and the delete call below requires 1511 // the write lock, so get the write lock here 1512 util::AutoWriteLock lock(g_pSessionsLockHandle COMMA_LOCKVAL_SRC_POS); 1511 1513 1512 1514 ManagedObjectRef *pRef;
Note:
See TracChangeset
for help on using the changeset viewer.