Replace all ucl_object_free by ucl_object_unref
modified libpkg/pkg_config.c
@@ -417,7 +417,7 @@ add_repo(ucl_object_t *obj, struct pkg_repo *r, const char *rname)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -425,7 +425,7 @@ add_repo(ucl_object_t *obj, struct pkg_repo *r, const char *rname)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -561,7 +561,7 @@ load_repo_file(const char *repofile)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -787,7 +787,7 @@ pkg_init(const char *path, const char *reposdir)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -797,7 +797,7 @@ pkg_init(const char *path, const char *reposdir)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_manifest.c
@@ -713,7 +713,7 @@ pkg_parse_manifest(struct pkg *pkg, char *buf, size_t len, struct pkg_manifest_k
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -721,7 +721,7 @@ pkg_parse_manifest(struct pkg *pkg, char *buf, size_t len, struct pkg_manifest_k
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -782,7 +782,7 @@ pkg_parse_manifest_file(struct pkg *pkg, const char *file, struct pkg_manifest_k
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -792,7 +792,7 @@ pkg_parse_manifest_file(struct pkg *pkg, const char *file, struct pkg_manifest_k
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -823,7 +823,7 @@ pkg_emit_filelist(struct pkg *pkg, FILE *f)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo.c
@@ -614,7 +614,7 @@ pkg_repo_load_fingerprint(const char *dir, const char *filename)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/plugins.c
@@ -359,7 +359,7 @@ pkg_plugin_parse(struct pkg_plugin *p)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|