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 44064: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 27 Jul 2012 08:45:53 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44064

User: darkjames
Date: 2012/07/27 01:45 AM

Log:
 Fix memory leak of errors GString
 
 Valgrind log:
   = 308 (264 direct, 44 indirect) bytes in 11 blocks are definitely lost in loss record 39,914 of 41,651
   =    at 0x4C26ABB: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
   =    by 0xC5B0574: g_malloc (in /usr/lib64/libglib-2.0.so.0.2800.8)
   =    by 0xC5C94DF: g_slice_alloc (in /usr/lib64/libglib-2.0.so.0.2800.8)
   =    by 0xC5CEC52: g_string_sized_new (in /usr/lib64/libglib-2.0.so.0.2800.8)
   =    by 0x6A723C5: proto_register_xml (packet-xml.c:1249)

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