Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] packet-rpc.c: where are hash table keys freed?

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

From: "Mike Frisch" <mfrisch@xxxxxxxxxx>
Date: Fri, 7 Oct 2005 10:06:24 -0400 (EDT)
> The keys and values of rpc_calls are allocated using se_alloc(), which
> is automatically freed before starting the next session, so there's no
> need to free them explicitly.

Ahh, thanks...  this should probably be documented somewhere.  There is no
mention of "se_alloc()" in the 'doc' subdir of the source tree.