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 37112: /trunk/epan/ /trunk/epan/: reassemble.c

Date: Fri, 13 May 2011 05:19:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37112

User: etxrab
Date: 2011/05/12 10:19 PM

Log:
 We should get rid of g_mem_chunk_alloc() as it leaks memory
 http://www.wireshark.org/lists/wireshark-dev/200910/msg00074.html
 g_slice allocing the keys should make it possible to walk the
 fragment table and free the fragments once they are g_slice_alloced.
 It remains fo figure out how to do that.

Directory: /trunk/epan/
  Changes    Path            Action
  +40 -4     reassemble.c    Modified