Changeset 72602 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jun 18, 2018 3:16:04 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp
r69111 r72602 1097 1097 #endif 1098 1098 1099 #ifdef VBOX_WITH_GCC_SANITIZER 1100 __lsan_ignore_object(pThis); 1101 #endif 1099 1102 *phClass = pThis; 1100 1103 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.