filter_libdirs and filter_includedirs leakage #130

Closed
opened 2017-09-11 19:00:18 +00:00 by karen-arutyunov · 0 comments
karen-arutyunov commented 2017-09-11 19:00:18 +00:00 (Migrated from github.com)

filter_libdirs and filter_includedirs lists (members of pkgconf_client_t) being filled in pkgconf_client_init() are never freed.

Seems pkgconf_client_deinit() lacks the following code:

pkgconf_path_free(&client->filter_libdirs);
pkgconf_path_free(&client->filter_includedirs);

filter_libdirs and filter_includedirs lists (members of pkgconf_client_t) being filled in pkgconf_client_init() are never freed. Seems pkgconf_client_deinit() lacks the following code: pkgconf_path_free(&client->filter_libdirs); pkgconf_path_free(&client->filter_includedirs);
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#130
There is no content yet.