| 1009 | } |
| 1010 | |
| 1011 | static void location_options_release(struct config_location_options *opts) |
| 1012 | { |
| 1013 | free(opts->file_to_free); |
| 1014 | } |
| 1015 | |
| 1016 | static void display_options_init(struct config_display_options *opts) |
| 1017 | { |
no outgoing calls
no test coverage detected