]> git.sur5r.net Git - openldap/commit
Fix - v2ref returned a pointer that it did not allocate, and send_ldap_result
authorHoward Chu <hyc@openldap.org>
Fri, 5 Nov 1999 22:50:58 +0000 (22:50 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 5 Nov 1999 22:50:58 +0000 (22:50 +0000)
commitfe79f5d12a4d97d360a683b1186bc78a7707d304
tree26e3dd4785a16e6dc899a7cf42b081be28733674
parentf0916150f31dded182b529b3bf7ac5d0d4b7ad52
Fix - v2ref returned a pointer that it did not allocate, and send_ldap_result
would try to free it. Also, send_search_result was not freeing the pointer,
but it should have been.
servers/slapd/result.c