mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-03 08:13:37 +00:00
Close ld.so.conf file descriptor when finished with it.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1027 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
5b30c0a120
commit
c7090b5047
@ -254,6 +254,7 @@ static int ldso_path_build (char *path, char *filename)
|
||||
}
|
||||
path_list[path_list_entries++] = strdup (string);
|
||||
}
|
||||
fclose(fp);
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user