Wireshark-commits: [Wireshark-commits] rev 46333: /trunk/ /trunk/epan/: epan.c

Date: Sun, 02 Dec 2012 18:16:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46333

User: eapache
Date: 2012/12/02 10:16 AM

Log:
 Actually destroy the pool in epan_dissect_cleanup. There are many cases
 where the edt is on the stack, in which case epan_dissect_free never gets
 called and we were leaking the pool (although not any of the memory in it).

Directory: /trunk/epan/
  Changes    Path          Action
  +1 -2      epan.c        Modified