Wireshark-commits: [Wireshark-commits] rev 54432: /trunk/epan/wmem/ /trunk/epan/wmem/: wmem_list.c
Date: Tue, 24 Dec 2013 01:17:41 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54432

User: eapache
Date: 2013/12/24 01:17 AM

Log:
 Add wmem_destroy_list, wmem_destroy_queue, wmem_destroy_stack so that those
 data-structures can be used with manually managed memory.

Directory: /trunk/epan/wmem/
  Changes    Path            Action
  +16 -0     wmem_list.c     Modified
  +4 -0      wmem_list.h     Modified
  +2 -0      wmem_queue.h    Modified
  +2 -0      wmem_stack.h    Modified
  +11 -0     wmem_test.c     Modified