Changeset 8370482
- Timestamp:
- 03/31/15 11:35:06 (6 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- bf3c54e
- Parents:
- dfbdda7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
rd3849c7 r8370482 704 704 // This has all of our packets 705 705 libtrace_ocache_destroy(&libtrace->packet_freelist); 706 if (libtrace->combiner.destroy )706 if (libtrace->combiner.destroy && libtrace->reporter) 707 707 libtrace->combiner.destroy(libtrace, &libtrace->combiner); 708 708 free(libtrace->perpkt_threads);
Note: See TracChangeset
for help on using the changeset viewer.