Changeset 75579 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Nov 19, 2018 3:33:15 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126740
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp
r72613 r75579 1050 1050 if (!pThis) 1051 1051 return VERR_NO_MEMORY; 1052 RTMEM_MAY_LEAK(pThis); 1052 1053 1053 1054 /* … … 1433 1434 break; 1434 1435 } 1436 RTMEM_MAY_LEAK(pNew); 1435 1437 pNew->pNext = NULL; 1436 1438 for (uint32_t i = 0; i < RT_ELEMENTS(pNew->aRefs); i++)
Note:
See TracChangeset
for help on using the changeset viewer.