- Timestamp:
- Oct 11, 2016 3:58:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumLock.cpp
r62485 r64213 30 30 MediumLock::~MediumLock() 31 31 { 32 // destroying medium locks is routinely done as part of error handling 33 // and it's not expected to lose error info 34 ErrorInfoKeeper eik; 32 35 Unlock(); 33 36 } … … 156 159 MediumLockList::~MediumLockList() 157 160 { 161 // destroying medium lock lists is routinely done as part of error handling 162 // and it's not expected to lose error info 163 ErrorInfoKeeper eik; 158 164 Clear(); 159 165 // rest is done by the list object's destructor … … 269 275 MediumLockListMap::~MediumLockListMap() 270 276 { 277 // destroying medium lock list maps is routinely done as part of 278 // error handling and it's not expected to lose error info 279 ErrorInfoKeeper eik; 271 280 Clear(); 272 281 // rest is done by the map object's destructor
Note:
See TracChangeset
for help on using the changeset viewer.