From 81b4c61ae3ea36751ff7de240e50020c054f3ecb Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 24 Jul 2013 11:44:30 +0100 Subject: 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.) --- content/urldb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'content') diff --git a/content/urldb.c b/content/urldb.c index 126ee5ed7..f2f9c0a24 100644 --- a/content/urldb.c +++ b/content/urldb.c @@ -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; -- cgit v1.2.3