fetch: add a cleanup function
modified libpkg/fetch.c
@@ -53,36 +53,43 @@ static struct fetcher fetchers [] = {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_config.c
@@ -1481,10 +1481,8 @@ pkg_repo_free(struct pkg_repo *r)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -182,6 +182,7 @@ struct fetcher {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -520,7 +521,6 @@ struct pkg_repo {
|
|
|
|
|
|
| - | |
|
|
|
|
|