Author: jerry Date: 2005-12-20 18:20:39 +0000 (Tue, 20 Dec 2005) New Revision: 12400
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12400 Log: one line patch for Sun LDAP libs pointed out by Nicholas Brealey <[EMAIL PROTECTED]> Modified: branches/SAMBA_3_0/source/passdb/pdb_ldap.c branches/SAMBA_3_0_RELEASE/source/passdb/pdb_ldap.c trunk/source/passdb/pdb_ldap.c Changeset: Modified: branches/SAMBA_3_0/source/passdb/pdb_ldap.c =================================================================== --- branches/SAMBA_3_0/source/passdb/pdb_ldap.c 2005-12-20 15:28:23 UTC (rev 12399) +++ branches/SAMBA_3_0/source/passdb/pdb_ldap.c 2005-12-20 18:20:39 UTC (rev 12400) @@ -1736,7 +1736,7 @@ if (retdata) ber_bvfree(retdata); if (retoid) - ber_memfree(retoid); + ldap_memfree(retoid); } ber_bvfree(bv); } Modified: branches/SAMBA_3_0_RELEASE/source/passdb/pdb_ldap.c =================================================================== --- branches/SAMBA_3_0_RELEASE/source/passdb/pdb_ldap.c 2005-12-20 15:28:23 UTC (rev 12399) +++ branches/SAMBA_3_0_RELEASE/source/passdb/pdb_ldap.c 2005-12-20 18:20:39 UTC (rev 12400) @@ -1736,7 +1736,7 @@ if (retdata) ber_bvfree(retdata); if (retoid) - ber_memfree(retoid); + ldap_memfree(retoid); } ber_bvfree(bv); } Modified: trunk/source/passdb/pdb_ldap.c =================================================================== --- trunk/source/passdb/pdb_ldap.c 2005-12-20 15:28:23 UTC (rev 12399) +++ trunk/source/passdb/pdb_ldap.c 2005-12-20 18:20:39 UTC (rev 12400) @@ -1736,7 +1736,7 @@ if (retdata) ber_bvfree(retdata); if (retoid) - ber_memfree(retoid); + ldap_memfree(retoid); } ber_bvfree(bv); }
