[Fedora-directory-commits] ldapserver/ldap/servers/slapd start_tls_extop.c, 1.10, 1.11

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Tue Oct 16 23:24:21 UTC 2007


Author: nkinder

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26991

Modified Files:
	start_tls_extop.c 
Log Message:
Resolves: 219587
Summary: Fixed small non-recurring memory leak at startup.



Index: start_tls_extop.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/start_tls_extop.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- start_tls_extop.c	10 Oct 2007 01:55:36 -0000	1.10
+++ start_tls_extop.c	16 Oct 2007 23:24:18 -0000	1.11
@@ -482,6 +482,7 @@
 		oid = slapi_ch_strdup( argv[0] );
 		slapi_log_error( SLAPI_LOG_PLUGIN, "start_tls_init", 
 				 "Registering plug-in for Start TLS extended op %s.\n", oid );
+		slapi_ch_free_string( &oid );
 	}
 
 	/* Register the plug-in function as an extended operation




More information about the Fedora-directory-commits mailing list