Changeset 4072 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 7, 2007 5:15:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/STAM.cpp
r4071 r4072 180 180 } 181 181 182 RTSemRWDestroy(pVM->stam.s.RWSem); 182 if (pVM->stam.s.RWSem) 183 RTSemRWDestroy(pVM->stam.s.RWSem); 184 pVM->stam.s.RWSem = 0; 183 185 return VINF_SUCCESS; 184 186 }
Note:
See TracChangeset
for help on using the changeset viewer.