Changeset 102642 in vbox for trunk/src/libs/xpcom18a4/xpcom
- Timestamp:
- Dec 19, 2023 3:17:07 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 160804
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/components/xcDll.cpp ¶
r102334 r102642 87 87 // - static dtors 88 88 // Hence turn it back on after all the above have been removed. 89 //Unload(); 89 #if defined(DEBUG) && defined(IPRT_WITH_GCC_SANITIZER) 90 /* Although this looks like it's what we should be doing here, we don't want to enable this for release builds (yet). 91 * Needs more testing and/or debugging first. See @bugref{10545c6}. */ 92 Unload(); 93 #endif 90 94 //#endif 91 95 }
Note:
See TracChangeset
for help on using the changeset viewer.