Ethereal-dev: Re: [Ethereal-dev] GList issue

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

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Thu, 09 Feb 2006 21:41:25 +0100
fabio matturro wrote:
stdout_list = g_list_append(stdout_list, (stdout_sink_t *)stdo);

Guesswork (without seeing more of the source): the value of stdout_list is thrown away somehow, so you'll always start with an empty list here.

Regards, ULFL