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