Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 43921: /trunk/ /trunk/: tshark.c

Date: Sun, 22 Jul 2012 22:01:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43921

User: eapache
Date: 2012/07/22 03:01 PM

Log:
 Only initialize fields in the print_args that are actually used.
 
 This prevents a memory leak where we were allocating for print_args.range
 but never freeing.

Directory: /trunk/
  Changes    Path          Action
  +6 -4      tshark.c      Modified