mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
fix uninitialized variable problem
This commit is contained in:
parent
8de8ce6162
commit
0502a12bf9
@ -23,7 +23,9 @@
|
||||
#include <windows.h> // for InterlockedIncrement
|
||||
#endif
|
||||
|
||||
nsUrlListenerManager::nsUrlListenerManager()
|
||||
nsUrlListenerManager::nsUrlListenerManager() :
|
||||
mRefCnt(0),
|
||||
m_listeners(nsnull)
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
// create a new isupports array to store our listeners in...
|
||||
|
Loading…
x
Reference in New Issue
Block a user