Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-x11.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, 14 Apr 2002 19:10:27 -0500 (CDT)
guy         2002/04/14 19:10:27 CDT

  Modified files:
    .                    packet-x11.c 
  Log:
  Use "CLEANUP_PUSH()" and "CLEANUP_CALL_AND_POP()" to plug potential
  memory leaks.
  
  Put "Requests", not "X11 request", in the Info column for packets to the
  server - we already know it's X11, and there may be more than one
  request in the packet.
  
  Put "Replies/events", not "X11 event", in the Info column for packets
  from the server - we already know it's X11, and there may be more than
  one message, and the messages might be replies rather than events.
  
  Revision  Changes    Path
  1.39      +62 -20    ethereal/packet-x11.c