From: Kurt Zeilenga Date: Wed, 6 Dec 2006 19:33:21 +0000 (+0000) Subject: Don't suggest free by deprecated function. X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fb5687dd7bc3c82f9c1ab71f3161502ac6d037b;p=thirdparty%2Fopenldap.git Don't suggest free by deprecated function. --- diff --git a/doc/man/man3/ldap_parse_result.3 b/doc/man/man3/ldap_parse_result.3 index e9d9a52461..1a6118667d 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 @@ -99,6 +99,7 @@ result parameters are undefined. .BR ldap_result (3), .BR ldap_search (3), .BR ldap_memfree (3), +.BR ldap_memvfree (3), .BR ldap_get_values (3), .BR ldap_controls_free (3), .BR lber-types (3)