Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-snmp.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, 10 Mar 2002 19:51:38 -0600 (CST)
guy         2002/03/10 19:51:37 CST

  Modified files:
    .                    packet-snmp.c 
  Log:
  "format_var()" returns a "malloc()"ed string, not a "g_malloc()"ed
  string; free it with "free()", not "g_free()".
  
  Revision  Changes    Path
  1.87      +6 -5      ethereal/packet-snmp.c