From: Volker Lendecke Date: Sun, 23 Apr 2017 16:47:25 +0000 (+0200) Subject: lib: Fix a comment X-Git-Tag: ldb-1.1.30~350 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e7bec40d103a003905dd6a161366753ff8a5c40;p=thirdparty%2Fsamba.git lib: Fix a comment Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Wed May 3 20:00:25 CEST 2017 on sn-devel-144 --- diff --git a/source3/lib/ldap_escape.c b/source3/lib/ldap_escape.c index f8d4afcec75..fa75dabcae6 100644 --- a/source3/lib/ldap_escape.c +++ b/source3/lib/ldap_escape.c @@ -28,8 +28,8 @@ * * @param s The input string * - * @return A string allocated with malloc(), containing the escaped string, - * and to be free()ed by the caller. + * @return A string allocated with talloc(), containing the escaped string, + * and to be talloc_free()ed by the caller. **/ char *escape_ldap_string(TALLOC_CTX *mem_ctx, const char *s)