Wireshark-commits: [Wireshark-commits] rev 50416: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 06 Jul 2013 18:31:36 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50416

User: eapache
Date: 2013/07/06 11:31 AM

Log:
 Use epan-scoped memory for XML field strings. Another ~35KB leaks fixed.
 
 Running `tshark -v` (which has the happy effect of doing
   epan_init();
   epan_cleanup();
 with no practical work in-between), now leaks a hair less than 2KB of memory on
 my machine. It was over 500KB earlier today :)

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +3 -3      packet-xml.c    Modified