Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.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: Thu, 31 May 2001 00:33:16 -0500 (CDT)
guy         2001/05/31 00:33:16 CDT

  Modified files:
    gtk                  capture_dlg.c 
  Log:
  Free the string you "g_strdup()"ed, rather than handing "g_free()" the
  null pointer that provoked you to free the string.
  
  Revision  Changes    Path
  1.42      +2 -2      ethereal/gtk/capture_dlg.c