VirtualBox

Ignore:
Timestamp:
Dec 22, 2023 9:24:44 PM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160863
Message:

libs/xpcom: Drop the defined(DEBUG) from the guard against calling Unload() from ~nsDll() as 'asan' builds may have VBOX_WITH_GCC_SANITIZER but not DEBUG (they are derived from release builds, not debug). bugref:10545

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/components/xcDll.cpp

    r102643 r102694  
    8787    // - static dtors
    8888    // Hence turn it back on after all the above have been removed.
    89 #if defined(DEBUG) && defined(VBOX_WITH_GCC_SANITIZER)
     89#ifdef VBOX_WITH_GCC_SANITIZER
    9090    /* Although this looks like it's what we should be doing here, we don't want to enable this for release builds (yet).
    9191     * Needs more testing and/or debugging first. See @bugref{10545c6}. */
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