X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libopkg%2Fpkg_hash.c;h=f38c6cada4e89c5399f108b5427d2f06f0219d4c;hb=f7eccd4bb54039f94312a56b40599d7cb446951e;hp=580fe6e7f0b1bf4bec92c7b3938c29252bce976f;hpb=90299e3df5c5d5eb4ae2189b11e44ec83995ca62;p=project%2Fopkg-lede.git diff --git a/libopkg/pkg_hash.c b/libopkg/pkg_hash.c index 580fe6e..f38c6ca 100644 --- a/libopkg/pkg_hash.c +++ b/libopkg/pkg_hash.c @@ -73,7 +73,9 @@ void free_pkgs (const char *key, void *entry, void *data) } abstract_pkg_vec_free (ab_pkg->provided_by); + abstract_pkg_vec_free (ab_pkg->replaced_by); pkg_vec_free (ab_pkg->pkgs); + free (ab_pkg->depended_upon_by); free (ab_pkg->name); free (ab_pkg); }