Changeset f2066fa for lib/format_linux_int.c
- Timestamp:
- 08/25/15 17:40:12 (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:
- 2fa43fa
- Parents:
- 03aca91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_linux_int.c
re99c493 rf2066fa 69 69 { 70 70 int ret = linuxcommon_start_input_stream(libtrace, FORMAT_DATA_FIRST); 71 if (ret != 0) {72 libtrace_list_deinit(FORMAT_DATA->per_stream);73 free(libtrace->format_data);74 libtrace->format_data = NULL;75 }76 71 return ret; 77 72 }
Note: See TracChangeset
for help on using the changeset viewer.