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.
Loading
Please register or sign in to comment
`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.
VideoLAN code repository instance