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:
Michael Drake 2013-07-24 11:44:30 +01:00
parent df2efd03c4
commit 81b4c61ae3
1 changed files with 0 additions and 1 deletions

View File

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