VirtualBox

Changeset 75579 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Nov 19, 2018 3:33:15 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126740
Message:

iprt/lockvalidator.cpp: suppress two memory leak sanitiser warnings.
bugref:8019: Undefined behaviour sanitiser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp

    r72613 r75579  
    10501050    if (!pThis)
    10511051        return VERR_NO_MEMORY;
     1052    RTMEM_MAY_LEAK(pThis);
    10521053
    10531054    /*
     
    14331434                        break;
    14341435                    }
     1436                    RTMEM_MAY_LEAK(pNew);
    14351437                    pNew->pNext = NULL;
    14361438                    for (uint32_t i = 0; i < RT_ELEMENTS(pNew->aRefs); i++)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette