[Fedora-directory-commits] ldapserver/ldap/servers/slapd pblock.c, 1.11, 1.12

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Thu Oct 18 20:49:03 UTC 2007


Author: nhosoi

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

Modified Files:
	pblock.c 
Log Message:
Resolves: #193724
Summary: "nested" filtered roles result in deadlock (comment #16)
Description: fixed a memory leak introduced in the previous checkins (comment #12)



Index: pblock.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/pblock.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pblock.c	5 Oct 2007 23:31:07 -0000	1.11
+++ pblock.c	18 Oct 2007 20:49:01 -0000	1.12
@@ -102,6 +102,7 @@
     {
 	    operation_free(&pb->pb_op,pb->pb_conn);
     }
+	slapi_ch_free((void**)&(pb->pb_vattr_context));
 	slapi_ch_free((void**)&(pb->pb_result_text));
 }
 




More information about the Fedora-directory-commits mailing list