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 30644: /trunk/epan/ /trunk/epan/: emem.c

Date: Tue, 20 Oct 2009 17:16:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30644

User: morriss
Date: 2009/10/20 10:16 AM

Log:
 Don't call xx_init_chunk() in ep_free_all() and se_free_all() if we're not
 using chunks.  With this change, xx_init_chunk() are only called once at
 startup (as their comments imply).
 
 Instead, set free_list to NULL in emem_free_all() (if we're not using chunks).

Directory: /trunk/epan/
  Changes    Path          Action
  +7 -9      emem.c        Modified