Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_prefs.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 13 Jul 2004 00:44:00 -0500 (CDT)
guy         2004/07/13 00:44:00 CDT

  Modified files:
    gtk                  capture_prefs.c 
  Log:
  From Pavel Kankovsky: the items pointed to by elements in the "text[]"
  array are all "g_free()"d, so they have to be "g_malloc()"ed - instead
  of setting some to "", set them to "g_strdup("")".
  
  Revision  Changes    Path
  1.39      +3 -3      ethereal/gtk/capture_prefs.c