Added missing init of the net-file's refcnt
git-svn-id: svn://10.0.0.236/trunk@14777 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -30,7 +30,7 @@ PL_CompareFileAssoc(const void *v1, const void *v2)
|
||||
}
|
||||
|
||||
nsNetFile::nsNetFile() {
|
||||
|
||||
NS_INIT_REFCNT();
|
||||
#ifdef XP_PC
|
||||
mDirDel = '\\';
|
||||
#elif XP_MAC
|
||||
@@ -910,4 +910,4 @@ NS_NET nsresult NS_ShutdownINetFile()
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
}; /* extern "C" */
|
||||
}; /* extern "C" */
|
||||
|
||||
Reference in New Issue
Block a user