diff options
Diffstat (limited to 'csv.c')
| -rw-r--r-- | csv.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -232,6 +232,7 @@ void | |||
| 232 | csv_cleanup(csv_t *csv) | 232 | csv_cleanup(csv_t *csv) |
| 233 | { | 233 | { |
| 234 | assert(csv != NULL); | 234 | assert(csv != NULL); |
| 235 | assert(csv->csv_options != NULL); | ||
| 235 | 236 | ||
| 236 | csv_string_free(&csv->csv_string, csv->csv_options); | 237 | csv_string_free(&csv->csv_string, csv->csv_options); |
| 237 | csv_field_free(&csv->csv_field, csv->csv_options); | 238 | csv_field_free(&csv->csv_field, csv->csv_options); |
