]> git.ipfire.org Git - thirdparty/curl.git/commit
tool: follow-up getenv fix
authorDaniel Stenberg <daniel@haxx.se>
Sat, 30 Mar 2024 22:42:48 +0000 (23:42 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 31 Mar 2024 09:04:00 +0000 (11:04 +0200)
commitaba8043075f6df09e489379f19f99cbc377b25d4
tree15b70a0057849d639f7473ba28d9ec86a1343444
parent6a43d0d74211bd640990d1498570466b4ac65f0b
tool: follow-up getenv fix

Remove a double free. Change the IPFS env use to a plain getenv() simply
because coverity gets confused.

Follow-up to 9126b141c9398fe
Closes #13241
src/tool_ipfs.c
src/tool_operate.c