Add the cleanup of conflicts structures.
modified libpkg/pkg_repo.c
@@ -189,7 +189,7 @@ digest_sort_compare_func(struct digest_list_entry *d1, struct digest_list_entry
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -198,9 +198,16 @@ pkg_repo_new_conflict(const char *name, const char *origin,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -227,7 +234,7 @@ pkg_repo_insert_conflict(const char *file, struct pkg *pkg,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -261,13 +268,13 @@ pkg_repo_insert_conflict(const char *file, struct pkg *pkg,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -387,7 +394,8 @@ pkg_repo_write_conflicts (struct pkg_conflict_bulk *bulk, FILE *out)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -402,7 +410,16 @@ pkg_repo_write_conflicts (struct pkg_conflict_bulk *bulk, FILE *out)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -427,7 +444,8 @@ pkg_create_repo(char *path, bool force, bool filelist,
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -611,6 +629,19 @@ cleanup:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|