From: Nick Porter Date: Tue, 24 Feb 2026 18:10:43 +0000 (+0000) Subject: Remove invalid comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=20802227eacae855ac0e99aa8a4c20f43cd4e85f;p=thirdparty%2Ffreeradius-server.git Remove invalid comment --- diff --git a/src/lib/ldap/map.c b/src/lib/ldap/map.c index 43624d4b20d..5a3661d7ef2 100644 --- a/src/lib/ldap/map.c +++ b/src/lib/ldap/map.c @@ -176,7 +176,7 @@ int fr_ldap_map_getvalue(TALLOC_CTX *ctx, fr_pair_list_t *out, request_t *reques fr_box_strvalue_len(self->values[i]->bv_val, self->values[i]->bv_len), tmpl_attr_tail_da(map->lhs)->name); - talloc_free(vp); /* also frees escaped */ + talloc_free(vp); continue; }