diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 467f22a09..25ca3a116 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -48,6 +48,6 @@ advice from friends like these: Marco Maggi, Camille Moncelier, Claes Jakobsson, Kevin Baughman, Marc Kleine-Budde, Jad Chamcham, Bjorn Augustsson, David Byron, Markus Koetter, Chad Monroe, Martin Storsjo, Siegfried Gyuricsko, - Jon Nelson, + Jon Nelson, Julien Chaffraix Thanks! (and sorry if I forgot to mention someone) diff --git a/lib/cookie.c b/lib/cookie.c index b76394cfa..7be8fc3c5 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -909,7 +909,7 @@ void Curl_cookie_clearsess(struct CookieInfo *cookies) { struct Cookie *first, *curr, *next, *prev = NULL; - if(!cookies->cookies || !cookies->cookies) + if(!cookies || !cookies->cookies) return; first = curr = prev = cookies->cookies;