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

Jeremy Allison jra at samba.org
Sat May 31 01:01:08 GMT 2008


The branch, v3-2-test has been updated
       via  e7a295fa27f4bc7c0661873ef0d9661cfa9b14d0 (commit)
      from  0aded23c4f6fc726896f5b5955e913ca559e7713 (commit)

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


- Log -----------------------------------------------------------------
commit e7a295fa27f4bc7c0661873ef0d9661cfa9b14d0
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 bdbe49b..7b8736a 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