VirtualBox

Changeset 86359 in vbox


Ignore:
Timestamp:
Sep 30, 2020 6:13:06 PM (4 years ago)
Author:
vboxsync
Message:

xpcom/nspr: Mark _pr_rename_lock and _pr_Xfe_mon as potential memory leaks we don't care about.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/unix.c

    r46043 r86359  
    6161#endif
    6262
     63#ifdef VBOX
     64# include <iprt/mem.h>
     65#endif
     66
    6367/*
    6468 * Make sure _PRSockLen_t is 32-bit, because we will cast a PRUint32* or
     
    28762880    _pr_Xfe_mon = PR_NewMonitor();
    28772881    PR_ASSERT(NULL != _pr_Xfe_mon);
     2882#ifdef VBOX
     2883    RTMEM_MAY_LEAK(_pr_rename_lock);
     2884    RTMEM_MAY_LEAK(_pr_Xfe_mon);
     2885#endif
    28782886
    28792887    _PR_InitIOV();  /* one last hack */
Note: See TracChangeset for help on using the changeset viewer.

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