bug 109325, crash in cookie module, r=ccarlen, sr=alecf
git-svn-id: svn://10.0.0.236/trunk@107803 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -177,7 +177,10 @@ COOKIE_RemoveAll()
|
||||
cookie_changed = PR_TRUE;
|
||||
delete cookie_list;
|
||||
cookie_list = nsnull;
|
||||
Recycle(cookie_P3P);
|
||||
if (cookie_P3P) {
|
||||
Recycle(cookie_P3P);
|
||||
cookie_P3P = nsnull;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user