Turn packing_finish into a regular cleanup function
modified libpkg/packing.c
@@ -330,10 +330,11 @@ cleanup:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -342,8 +343,6 @@ packing_finish(struct packing *pack)
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified libpkg/pkg.c
@@ -1693,7 +1693,9 @@ pkg_copy_tree(struct pkg *pkg, const char *src, const char *dest)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_create.c
@@ -270,8 +270,8 @@ pkg_create_from_manifest(const char *outdir, pkg_formats format,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -389,8 +389,8 @@ cleanup:
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -413,7 +413,9 @@ pkg_create_installed(const char *outdir, pkg_formats format, struct pkg *pkg)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -583,7 +583,7 @@ int packing_append_buffer(struct packing *pack, const char *buffer,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|