Fix memory leak in pkg-repo.
modified libpkg/pkg_repo.c
@@ -547,6 +547,7 @@ pkg_create_repo(char *path, bool force, bool filelist,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -558,6 +559,8 @@ pkg_create_repo(char *path, bool force, bool filelist,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -586,6 +589,8 @@ pkg_create_repo(char *path, bool force, bool filelist,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|