| 292 | } |
| 293 | |
| 294 | int free_mc_compact_args(struct mc_compact_args* args) |
| 295 | { |
| 296 | if (args) { |
| 297 | if (args->wh_list) |
| 298 | free_whitelist(args->wh_list); |
| 299 | pkg_free(args); |
| 300 | } |
| 301 | |
| 302 | return 0; |
| 303 | } |
| 304 | |
| 305 | int fixup_compression_flags_free(void **param) |
| 306 | { |
no test coverage detected