bug 162129 (leak in cookie module) & bug 158216 (cookies written out too often), r=sgehani, sr=jag
git-svn-id: svn://10.0.0.236/trunk@128315 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -123,7 +123,7 @@ nsresult nsCookieManager::Init()
|
||||
|
||||
NS_IMETHODIMP nsCookieManager::RemoveAll(void) {
|
||||
::COOKIE_RemoveAll();
|
||||
::COOKIE_Write(PR_FALSE);
|
||||
::COOKIE_Write();
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user