Skip to content
Snippets Groups Projects
Commit 2aa7dd82 authored by Brad King's avatar Brad King
Browse files

SystemTools: Do not free buffer passed to putenv("A=") on Windows


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: default avatarJames Johnston <johnstonj.public@codenest.com>
parent e43689db
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment