pkg: pkgconf_pkg_free(): be sure to free the Provides list

pull/100/head
William Pitcock 2016-09-16 09:59:41 -05:00
parent 0b62a8cd38
commit 6484dcb0c2
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ pkgconf_pkg_free(pkgconf_pkg_t *pkg)
pkgconf_dependency_free(&pkg->requires);
pkgconf_dependency_free(&pkg->requires_private);
pkgconf_dependency_free(&pkg->conflicts);
pkgconf_dependency_free(&pkg->provides);
pkgconf_fragment_free(&pkg->cflags);
pkgconf_fragment_free(&pkg->cflags_private);