Forked from
Utils / KWSys
826 commits behind the upstream repository.
Brad King
authored
When using `putenv("A=")` to approximate removal of `A` from the
environment we must not free the buffer afterward because the string
is still actually in the environment.
Change-Id: I4d2455ca604a2e216123a3d2afafb64ca260d105
Reported-by:
James Johnston <johnstonj.public@codenest.com>