Fix extraneous call to ldap_msgfree.

This commit is contained in:
Howard Chu 1999-09-02 12:08:43 +00:00
parent 76a94de251
commit 0963a783b0

View File

@ -103,13 +103,13 @@ fail: return( ldap_back_op_result(lc, op) );
e = ldap_first_entry(lc->ld,res);
ldap_send_entry(be, op, lc, e, attrs, attrsonly);
i++;
ldap_msgfree(res);
} else {
sres = ldap_result2error(lc->ld, res, 1);
ldap_get_option(lc->ld, LDAP_OPT_ERROR_STRING, &err);
ldap_get_option(lc->ld, LDAP_OPT_MATCHED_DN, &match);
rc = 0;
}
ldap_msgfree(res);
if (ab)
return (0);
else if (rc == 0)