Changeset 69969 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Dec 7, 2017 10:55:04 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r69779 r69969 809 809 if (fFlags & RTLOGFLAGS_RESTRICT_GROUPS) 810 810 cbLogger += cGroups * sizeof(uint32_t); 811 pLogger = (PRTLOGGER)RTMemAllocZVar (cbLogger);811 pLogger = (PRTLOGGER)RTMemAllocZVarTag(cbLogger, "may-leak:log-instance"); 812 812 if (pLogger) 813 813 {
Note:
See TracChangeset
for help on using the changeset viewer.