Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk column_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:48 -0500 (CDT)
guy         2001/07/22 16:50:48 CDT

  Modified files:
    gtk                  column_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.6       +2 -1      ethereal/gtk/column_prefs.c