From de58cf32b39f0a996895da62dc82defaaf8fdc3c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 12 Sep 2017 17:43:16 +0300 Subject: Redo package cache breakage fix --- libpkgconf/client.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libpkgconf/client.c') diff --git a/libpkgconf/client.c b/libpkgconf/client.c index cda1c75..bcb6ae8 100644 --- a/libpkgconf/client.c +++ b/libpkgconf/client.c @@ -141,8 +141,9 @@ pkgconf_client_deinit(pkgconf_client_t *client) pkgconf_path_free(&client->dir_list); pkgconf_cache_free(client); - // Added to the original leaking code (reported issue #130). - // + /* + * Added to the original leaking code (reported issue #130). + */ pkgconf_path_free(&client->filter_libdirs); pkgconf_path_free(&client->filter_includedirs); -- cgit v1.1