This commit is contained in:
Richard Frith-Macdonald 2022-09-26 16:23:15 +01:00
parent a38cc90403
commit 0f9edb188b

View file

@ -756,8 +756,13 @@ GSPropertyListFromCookieFormat(NSString *string, int version)
if ([keyval length] < [key length])
{
pld->pos = keyvalpos;
DESTROY(key);
key = keyval;
}
else
{
DESTROY(keyval);
}
}
if (key == nil)
{