From 6d34885b8961192745f01f9d77ffce6b99e3b9cd Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Fri, 14 Jul 2000 06:27:54 +0000 Subject: [PATCH] Backing out gagan's check in as this causes linux to crash on exit which is turning all the linux builds orange. git-svn-id: svn://10.0.0.236/trunk@74243 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/dns/src/nsDnsService.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mozilla/netwerk/dns/src/nsDnsService.cpp b/mozilla/netwerk/dns/src/nsDnsService.cpp index c783414600d..1a0bb6cd796 100644 --- a/mozilla/netwerk/dns/src/nsDnsService.cpp +++ b/mozilla/netwerk/dns/src/nsDnsService.cpp @@ -1236,12 +1236,6 @@ nsDNSService::Shutdown() // Have to break the cycle here, otherwise nsDNSService holds onto the thread // and the thread holds onto the nsDNSService via its mRunnable mThread = nsnull; - - if (mMonitor) - { - nsAutoMonitor::DestroyMonitor(mMonitor); - mMonitor = nsnull; - } return rv; }