Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal column.c prefs.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 22 Jul 2001 16:50:47 -0500 (CDT)
guy         2001/07/22 16:50:47 CDT

  Modified files:
    .                    column.c prefs.c 
  Log:
  Check for valid column titles (non-zero-length) and valid column formats
  in preference settings.
  
  In the process of doing that, fix a memory leak (we were handing a null
  pointer, rather than a pointer to the list of strings in
  "column.format", to "clear_string_list()").
  
  Revision  Changes    Path
  1.33      +2 -2      ethereal/column.c
  1.55      +31 -8     ethereal/prefs.c