From d3609c4c8916fc0522bc058d974c9225465f4d97 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 3 Dec 2007 18:56:54 -0800 Subject: Don't forget to delete the stackframe. Jeremy. (This used to be commit 0551ee3402daebe5b96a66162d7702ca5a31da52) --- source3/libsmb/clidfs.c | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit