From 0b1db3ae04646d0e42638eee870bb6bfec35d699 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount <quanah@openldap.org> Date: Sat, 16 Dec 2006 01:39:09 +0000 Subject: [PATCH] Don't suggest free by deprecated function --- doc/man/man3/ldap_parse_result.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man3/ldap_parse_result.3 b/doc/man/man3/ldap_parse_result.3 index e9d9a52461..e72727ebf2 100644 --- a/doc/man/man3/ldap_parse_result.3 +++ b/doc/man/man3/ldap_parse_result.3 @@ -58,7 +58,7 @@ field from the parsed message. This string should be freed using .LP The \fIreferralsp\fP parameter will be filled in with an allocated array of referral strings from the parsed message. This array should be freed using -.BR ldap_value_free (3). +.BR ldap_memvfree (3). If no referrals were returned, \fI*referralsp\fP is set to NULL. .LP The \fIserverctrlsp\fP parameter will be filled in with an allocated array of -- GitLab