[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-453-g0551ee3

Jeremy Allison jra at samba.org
Tue Dec 4 02:57:37 GMT 2007


The branch, v3-2-test has been updated
       via  0551ee3402daebe5b96a66162d7702ca5a31da52 (commit)
      from  041163551194102ca67fef52c57d87020a1d09bc (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 0551ee3402daebe5b96a66162d7702ca5a31da52
Author: Jeremy Allison <jra at samba.org>
Date:   Mon Dec 3 18:56:54 2007 -0800

    Don't forget to delete the stackframe.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/libsmb/clidfs.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/libsmb/clidfs.c b/source/libsmb/clidfs.c
index 8ff358e..32a2c31 100644
--- a/source/libsmb/clidfs.c
+++ b/source/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;
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list