Ethereal-dev: Re: [ethereal-dev] Ethereal memory leakage fix and feature enhancement

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Mon, 9 Aug 1999 00:02:29 -0500
On Sun, Aug 08, 1999 at 09:37:37PM -0500, Guy Harris wrote:
> 
> 
> Yes, I'm missing the fact that, apparently, the folks who implemented
> the GtkClist also realized that passing "g_list_append()" a pointer to
> the first element of a GList, when constructing a list by appending
> stuff to it, isn't a very good idea, and keep around a pointer to the
> end of the GList and append after that instead....

Ironic, huh? :)

--gilbert