Don't call cookies delete here, the cookie manager has already deleted it. (Calling it only added the cookie again, cos the old cookie manager was braindead.)
This commit is contained in:
parent
df2efd03c4
commit
81b4c61ae3
|
@ -3835,7 +3835,6 @@ void urldb_delete_cookie_paths(const char *domain, const char *path,
|
|||
else
|
||||
p->cookies_end = c->prev;
|
||||
|
||||
cookies_remove((struct cookie_data *)c);
|
||||
urldb_free_cookie(c);
|
||||
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue