mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 12:22:34 +00:00
Fix uninitialized memory read.
This commit is contained in:
parent
24135d3563
commit
49ff440b55
@ -77,6 +77,7 @@ nsImapUrl::nsImapUrl()
|
||||
m_allowContentChange = PR_TRUE; // assume we can do MPOD.
|
||||
m_validUrl = PR_TRUE; // assume the best.
|
||||
m_flags = 0;
|
||||
m_onlineSubDirSeparator = '\0';
|
||||
nsComponentManager::CreateInstance(kUrlListenerManagerCID, nsnull, nsIUrlListenerManager::GetIID(),
|
||||
(void **) getter_AddRefs(m_urlListeners));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user