| 7142 | } |
| 7143 | |
| 7144 | static void diff_free_file(struct diff_options *options) |
| 7145 | { |
| 7146 | if (options->close_file && options->file) { |
| 7147 | fclose(options->file); |
| 7148 | options->file = NULL; |
| 7149 | } |
| 7150 | } |
| 7151 | |
| 7152 | static void diff_free_ignore_regex(struct diff_options *options) |
| 7153 | { |