summaryrefslogtreecommitdiff
path: root/content/urldb.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-07-24 11:44:30 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-07-24 11:44:30 +0100
commit81b4c61ae3ea36751ff7de240e50020c054f3ecb (patch)
treebfab07a73d83de3fd8ac96d554ed7350c12e260c /content/urldb.c
parentdf2efd03c47f9604861991a820753d359ac00e93 (diff)
downloadnetsurf-81b4c61ae3ea36751ff7de240e50020c054f3ecb.tar.gz
netsurf-81b4c61ae3ea36751ff7de240e50020c054f3ecb.tar.bz2
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.)
Diffstat (limited to 'content/urldb.c')
-rw-r--r--content/urldb.c1
1 files changed, 0 insertions, 1 deletions
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;