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:
morse%netscape.com
2001-11-10 00:58:59 +00:00
parent 943b0a4c74
commit e37ddd0cda

View File

@@ -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;
}
}
}