lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev lynx2.8.2dev.9


From: brian j. pardy
Subject: Re: lynx-dev lynx2.8.2dev.9
Date: Sat, 12 Dec 1998 21:58:19 -0800

Klaus' addition to LYCookie.c to FREE() domain_entry structs should also
be included for the next patch, in case you didn't see that one when he
suggested it and I tested it.

It was a oneliner in LYCookieJar_free() (line ~179 in dev.9):

            FREE(de->domain);
            HTList_delete(de->cookie_list);
            de->cookie_list = NULL;
+             FREE(dl->object);
        }
        dl = dl->next;
      }

-- 
There's such a thing as too much point on a pencil.
                -- H. Allen Smith, "Let the Crabgrass Grow"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]