mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-05 13:21:37 +00:00
During initialization, LibOS parses the LD_PRELOAD environment variable and allocates memory to store its entries. On error, this allocated memory must be freed. This commit correctly frees memory on error.