summaryrefslogtreecommitdiff
path: root/pkg.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkg.c')
-rw-r--r--pkg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg.c b/pkg.c
index 8e14543..8b57d5d 100644
--- a/pkg.c
+++ b/pkg.c
@@ -785,14 +785,12 @@ verify_package (Package *pkg)
if (c_include_path != NULL)
{
system_directories = add_env_variable_to_list (system_directories, c_include_path);
- g_free (c_include_path);
}
c_include_path = g_getenv ("CPLUS_INCLUDE_PATH");
if (c_include_path != NULL)
{
system_directories = add_env_variable_to_list (system_directories, c_include_path);
- g_free (c_include_path);
}
count = 0;