зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1460929 - code coverage no longer use _exit on exit r=marco
MozReview-Commit-ID: HtI4hC97dOK --HG-- extra : rebase_source : 95dccf7e490f9c873a181a7024e4145d55c02185
This commit is contained in:
Родитель
fa04866034
Коммит
bcb2d49204
|
@ -166,7 +166,7 @@
|
|||
* sense to touch memory pages and free that memory at shutdown,
|
||||
* unless we are running leak stats.
|
||||
*/
|
||||
#if defined(NS_BUILD_REFCNT_LOGGING) || defined(MOZ_VALGRIND) || defined(MOZ_ASAN)
|
||||
#if defined(NS_BUILD_REFCNT_LOGGING) || defined(MOZ_VALGRIND) || defined(MOZ_ASAN) || defined(MOZ_CODE_COVERAGE)
|
||||
#define NS_FREE_PERMANENT_DATA
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче