Skip to content
Snippets Groups Projects
Commit 271d3552 authored by Lyndon Brown's avatar Lyndon Brown Committed by Hugo Beauzée-Luyssen
Browse files

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
Loading
Pipeline #175712 passed with stages
in 29 minutes and 57 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment