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

Date: Mon, 27 Aug 2012 16:17:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44685

User: wmeier
Date: 2012/08/27 09:17 AM

Log:
 Fix 2 memory leaks;
   Essentially: 'fid' & 'fragment' hash tables can be global (i.e., need not be 'per call')
                thus removing g_malloc'd storage never freed because it was pointed to in
                se_alloc'd structs.
 
   Fixes Bug #4134: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4134
 
   Also: fix a compile error when compiling with '#define DEBUG_DESEGMENT'

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +19 -16    packet-iax2.c    Modified