Changeset e375e0f for lib/trace.c
- Timestamp:
- 02/28/18 15:11:24 (4 years ago)
- Branches:
- cachetimestamps, develop, etsilive, master, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- e4eaca5
- Parents:
- 5c07bfe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
r9375d2e re375e0f 271 271 libtrace->hasher = NULL; 272 272 libtrace->hasher_data = NULL; 273 libtrace->hasher_owner = HASH_OWNED_EXTERNAL; 273 274 libtrace_zero_ocache(&libtrace->packet_freelist); 274 275 libtrace_zero_thread(&libtrace->hasher_thread); … … 738 739 } 739 740 741 if (libtrace->hasher_owner == HASH_OWNED_LIBTRACE) { 742 if (libtrace->hasher_data) { 743 free(libtrace->hasher_data); 744 } 745 } 746 747 740 748 if (libtrace->perpkt_cbs) 741 749 trace_destroy_callback_set(libtrace->perpkt_cbs);
Note: See TracChangeset
for help on using the changeset viewer.