ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Fri, 27 Jul 2012 08:50:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44067

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

Log:
 Fix memleak of list
 
 Valgrind log:
   = 2,656 (640 direct, 2,016 indirect) bytes in 40 blocks are definitely lost in loss record 41,241 of 41,608
   =    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 0xC5CA5ED: g_slist_insert_sorted (in /usr/lib64/libglib-2.0.so.0.2800.8)
   =    by 0x697E8B8: dissect_smb_fid (packet-smb.c:3499)

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +2 -0      packet-smb.c    Modified