Initialize pop3 sink's ref count value...

This commit is contained in:
mscott%netscape.com 1999-02-05 02:56:40 +00:00
parent ac8a541cda
commit 4383b79a07

View File

@ -29,6 +29,7 @@ NS_IMPL_ISUPPORTS(nsPop3Sink, kIPop3SinkIID);
nsPop3Sink::nsPop3Sink()
{
NS_INIT_REFCNT();
m_authed = PR_FALSE;
m_accountUrl = nsnull;
m_biffState = 0;