Wireshark-commits: [Wireshark-commits] rev 52195: /trunk-1.10/epan/ /trunk-1.10/epan/: reassemble.c

Date: Mon, 23 Sep 2013 23:17:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52195

User: eapache
Date: 2013/09/23 11:17 PM

Log:
 Replace r51826 with a slightly different backport fix for
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9027
 that doesn't leak memory. I thought the leaks would be pretty minor and not
 worth worrying about, but
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9169
 showed otherwise.
 
 Major thanks to Jakub for figuring out we could create a dummy TVB hooked up to
 the parent, even though the 1.10 reassembly code doesn't know about the real
 child TVB.

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