mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 09:01:16 +00:00
Initialize pop3 sink's ref count value...
This commit is contained in:
parent
ac8a541cda
commit
4383b79a07
@ -29,6 +29,7 @@ NS_IMPL_ISUPPORTS(nsPop3Sink, kIPop3SinkIID);
|
||||
|
||||
nsPop3Sink::nsPop3Sink()
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
m_authed = PR_FALSE;
|
||||
m_accountUrl = nsnull;
|
||||
m_biffState = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user