mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 180927 nsNNTPNewsgroupList::CleanUp deletes uninitialized m_knownArts.set
r=dmose sr=bz
This commit is contained in:
parent
d24ef33a8a
commit
7feabc4a92
@ -109,6 +109,7 @@ nsNNTPNewsgroupList::nsNNTPNewsgroupList()
|
||||
m_lastMsgToDownload(0),
|
||||
m_set(nsnull)
|
||||
{
|
||||
memset(&m_knownArts, 0, sizeof(m_knownArts));
|
||||
m_lastStatusUpdate = LL_Zero();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user