Remove no longer relevant comment about incrementing tvb usage count to prevent freei...
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 21 Dec 2011 18:57:42 +0000 (18:57 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 21 Dec 2011 18:57:42 +0000 (18:57 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40265 f5534014-38df-0310-8fa8-9805f1628bb7

epan/epan.c

index c5cf3b3fe9db46031cd7d75d6a2a24b818c7c461..a74ee9538e3da72bb14b8e6a62c22316b96969ee 100644 (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) {