aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-12-21 18:57:42 +0000
committerBill Meier <wmeier@newsguy.com>2011-12-21 18:57:42 +0000
commit77fe2b7b69a0e8b0a817430fd4f61d0b7888245a (patch)
tree5e9f0777092c017d1fd7b58d427046d1ac68c776
parent14309d2c72fd3014f37816d939cd80fe79ff7406 (diff)
Remove no longer relevant comment about incrementing tvb usage count to prevent freeing tvbs.
svn path=/trunk/; revision=40265
-rw-r--r--epan/epan.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/epan.c b/epan/epan.c
index c5cf3b3fe9..a74ee9538e 100644
--- a/epan/epan.c
+++ b/epan/epan.c
@@ -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) {