sftp: fix invalid free
`p_sys->psz_base_url` is `free()`'d by `Close()` as used in the error path. use of a temporary variable, as requested in review, fixes the problem.
parent
258e9452
No related branches found
No related tags found
Please register or sign in to comment