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

Date: Sun, 20 Oct 2013 19:05:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52722

User: darkjames
Date: 2013/10/20 07:05 PM

Log:
 2nd try to fix recent test failures.
 
 After recent changes it's possible that epan_dissect_cleanup() can be called if there were
 no dissection run on it (epan_dissect_run()) In such case ->tvb will have random value,
 just initialize it to NULL in _init() and see if it's working.
 
 Thanks goes to Evan for backtrace.

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