Bug 198483 Uninitalized m_dcx causes shutdown crash [@ NSS_CMSDecoder_Cancel]

r=kaie sr=darin


git-svn-id: svn://10.0.0.236/trunk@140203 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2003-03-25 02:30:56 +00:00
parent 091571b689
commit b620d07d81

View File

@@ -769,6 +769,7 @@ loser:
NS_IMPL_THREADSAFE_ISUPPORTS1(nsCMSDecoder, nsICMSDecoder)
nsCMSDecoder::nsCMSDecoder()
: m_dcx(nsnull)
{
}