| 49 | } |
| 50 | |
| 51 | static int clear_remote_bundle_info(struct remote_bundle_info *bundle, |
| 52 | void *data UNUSED) |
| 53 | { |
| 54 | FREE_AND_NULL(bundle->id); |
| 55 | FREE_AND_NULL(bundle->uri); |
| 56 | FREE_AND_NULL(bundle->file); |
| 57 | bundle->unbundled = 0; |
| 58 | return 0; |
| 59 | } |
| 60 | |
| 61 | void clear_bundle_list(struct bundle_list *list) |
| 62 | { |