mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 1004609, followup - fix non STACKWALKING_AVAILABLE builds. r=bustage
This commit is contained in:
parent
809aedc793
commit
43d6f265f1
@ -1382,7 +1382,9 @@ void
|
||||
nsTraceRefcnt::Shutdown()
|
||||
{
|
||||
#ifdef NS_IMPL_REFCNT_LOGGING
|
||||
#ifdef STACKWALKING_AVAILABLE
|
||||
gCodeAddressService = nullptr;
|
||||
#endif
|
||||
if (gBloatView) {
|
||||
PL_HashTableDestroy(gBloatView);
|
||||
gBloatView = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user