Rune Kleveland fixed a minor memory leak for received cookies with the (rare)
version attribute set.
This commit is contained in:
@@ -113,6 +113,8 @@ static void freecookie(struct Cookie *co)
|
||||
free(co->value);
|
||||
if(co->maxage)
|
||||
free(co->maxage);
|
||||
if(co->version)
|
||||
free(co->version);
|
||||
|
||||
free(co);
|
||||
}
|
||||
|
Reference in New Issue
Block a user