[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2643-g0c61631

Jeremy Allison jra at samba.org
Sat May 31 00:56:09 GMT 2008


The branch, v3-3-test has been updated
       via  0c61631f345436bf88e93219c139af8cfbeea18b (commit)
      from  25e76a19f22cdf726928d6c4b165745de9e455d6 (commit)

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


- Log -----------------------------------------------------------------
commit 0c61631f345436bf88e93219c139af8cfbeea18b
Author: Chere Zhou <czhou at isilon.com>
Date:   Fri May 30 13:16:51 2008 -0700

    minor memory leak fix

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

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


Changeset truncated at 500 lines:

diff --git a/source/libsmb/asn1.c b/source/libsmb/asn1.c
index 39413e2..aca1c48 100644
--- a/source/libsmb/asn1.c
+++ b/source/libsmb/asn1.c
@@ -425,6 +425,7 @@ bool asn1_check_OID(ASN1_DATA *data, const char *OID)
 
 	if (strcmp(id, OID) != 0) {
 		data->has_error = true;
+		free(id);
 		return false;
 	}
 	free(id);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list