Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal capture.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 4 Jun 1999 20:44:16 -0500 (CDT)
guy         1999/06/04 20:44:13 CDT

  Modified files:
    .                    capture.c 
  Log:
  Don't "g_strdup()" what "gtk_entry_get_text()" returns as the contents
  of the packet count combo box; there's no need to do so (we don't
  remember the string, just its value when converted to a number), and, as
  we don't free what "g_strdup()" returns, and don't remember it to save
  it later, we leak memory.
  
  Revision  Changes    Path
  1.24      +2 -3      ethereal/capture.c