Ethereal-cvs: [Ethereal-cvs] rev 16096: /trunk/epan/: stream.c

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

Date: Mon, 03 Oct 2005 22:17:33 GMT
User: guy
Date: 2005/10/03 05:17 PM

Log:
 A hash table doesn't *have* to have a value destroy function - and, in
 fact, in GLib 1.2, it *can't* have one.  As the value destroy function
 for this hash table does nothing, don't bother with it - and create the
 hash table with "g_hash_table_new(), rather than
 "g_hash_table_new_full()", so it works with GLib 1.2[.x].

Directory: /trunk/epan/
  Changes    Path          Action
  +3 -16     stream.c      Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=16096&view=rev