Fix memory leak in pkg-repo.
modified libpkg/pkg_repo.c
@@ -293,6 +293,7 @@ pkg_create_repo(char *path, bool force, bool filelist,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -304,6 +305,8 @@ pkg_create_repo(char *path, bool force, bool filelist,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -314,6 +317,8 @@ pkg_create_repo(char *path, bool force, bool filelist,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|