Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/doc ethereal.pod

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Wed, 29 Oct 2003 15:19:45 -0600 (CST)
guy         2003/10/29 15:19:45 CST

  Modified files:
    doc                  ethereal.pod 
  Log:
  From Steve Ford: "prefs_register_string_preference()" makes a copy of
  any string pointed to by the preference variable - as the value we set
  it to is allocated, we should free it after registering the preference.
  
  The register routine is called only once - don't worry about whether
  "gbl_diameterDictionary" is null or not.
  
  Get rid of a duplicate credit entry in the man page.
  
  Revision  Changes    Path
  1.29      +1 -1      ethereal/doc/ethereal.pod