]> git.ipfire.org Git - thirdparty/curl.git/commit
ssh: move variable declaration to where it's used
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Sun, 12 May 2019 12:30:03 +0000 (14:30 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Mon, 20 May 2019 06:06:22 +0000 (08:06 +0200)
commit320cec284d142e67cdf3f6c76f3851449991d87f
tree5eeb7bda14bf2339b37e2b5ce33236bb0e035f87
parentc92a4debd2f469a9d77a6c341a7fedde5ad1735d
ssh: move variable declaration to where it's used

This way, we need only one call to free.

Closes https://github.com/curl/curl/pull/3873
lib/ssh.c