Remove no longer relevant comment about incrementing tvb usage count to prevent freeing tvbs.

svn path=/trunk/; revision=40265
This commit is contained in:
Bill Meier 2011-12-21 18:57:42 +00:00
parent 14309d2c72
commit 77fe2b7b69
1 changed files with 1 additions and 3 deletions

View File

@ -210,9 +210,7 @@ epan_dissect_cleanup(epan_dissect_t* edt)
/* Free the data sources list. */
free_data_sources(&edt->pi);
/* Free all tvb's created from this tvb, unless dissector
* wanted to store the pointer (in which case, the dissector
* would have incremented the usage count on that tvbuff_t*) */
/* Free all tvb's chained from this tvb */
tvb_free_chain(edt->tvb);
if (edt->tree) {