aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) {