diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/clidfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c index 8ff358e26f..32a2c31c83 100644 --- a/source3/libsmb/clidfs.c +++ b/source3/libsmb/clidfs.c @@ -873,6 +873,7 @@ bool cli_resolve_path_pstring( const char *mountpt, if (tpath) { pstrcpy(targetpath, tpath); } + TALLOC_FREE(ctx); return ret; } |