[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha5-450-g40b71bb

Simo Sorce idra at samba.org
Sat Sep 6 16:35:27 GMT 2008


The branch, v4-0-test has been updated
       via  40b71bbd718f6dee70c0611e527f55c56623dea6 (commit)
      from  3f4eb091f0dcc53acbfdc63a8d82a5a0f28954a6 (commit)

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


- Log -----------------------------------------------------------------
commit 40b71bbd718f6dee70c0611e527f55c56623dea6
Author: Simo Sorce <idra at samba.org>
Date:   Sat Sep 6 12:31:50 2008 -0400

    Always free tmp contexts before returning

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/ldb/common/ldb.c b/source/lib/ldb/common/ldb.c
index ce4796d..9e04cc7 100644
--- a/source/lib/ldb/common/ldb.c
+++ b/source/lib/ldb/common/ldb.c
@@ -97,6 +97,7 @@ void ldb_set_default_dns(struct ldb_context *ldb)
 
 	if (res->count != 1) {
 		talloc_free(res);
+		talloc_free(tmp_ctx);
 		return;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list