Bug 1004609, followup - fix non STACKWALKING_AVAILABLE builds. r=bustage

This commit is contained in:
Andrew McCreight 2014-07-31 17:02:02 -07:00
parent 809aedc793
commit 43d6f265f1

View File

@ -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;