libpkgconf: client: clean up cache

pull/100/head
William Pitcock 2016-12-02 00:48:26 -06:00
parent 011d8c77d6
commit 3ba3aae783
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ pkgconf_client_deinit(pkgconf_client_t *client)
{
pkgconf_tuple_free_global(client);
pkgconf_path_free(&client->dir_list);
pkgconf_cache_free(client);
}
void