Skip to content

Commit

Permalink
Merge 42df4f1 into 3da4eba
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Nov 24, 2017
2 parents 3da4eba + 42df4f1 commit 9665f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ssh.c
Expand Up @@ -2347,8 +2347,8 @@ static CURLcode ssh_statemach_act(struct connectdata *conn, bool *block)
}
sshc->sftp_handle = NULL;
}
if(sftp_scp)
Curl_safefree(sftp_scp->path);

Curl_safefree(sftp_scp->path);

DEBUGF(infof(data, "SFTP DONE done\n"));

Expand Down

0 comments on commit 9665f66

Please sign in to comment.