From: Ralph Boehme Date: Fri, 19 Nov 2021 07:27:34 +0000 (+0100) Subject: mdssvc: update a comment X-Git-Tag: samba-4.17.0rc1~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0d46796d435174ff71ede9175097fc01546d69f;p=thirdparty%2Fsamba.git mdssvc: update a comment BUG: https://bugzilla.samba.org/show_bug.cgi?id=14915 Signed-off-by: Ralph Boehme Reviewed-by: Noel Power --- diff --git a/source3/rpc_server/mdssvc/mdssvc_es.c b/source3/rpc_server/mdssvc/mdssvc_es.c index 6bffec17a0b..a7a13f70c7b 100644 --- a/source3/rpc_server/mdssvc/mdssvc_es.c +++ b/source3/rpc_server/mdssvc/mdssvc_es.c @@ -451,9 +451,8 @@ static void mds_es_search_done(struct tevent_req *subreq) if (slq == NULL) { /* - * Closed by the user. This is the only place where we free "s" - * explicitly because the talloc parent slq is already gone. - * Everywhere else we rely on the destructor of slq to free "s". + * Closed by the user. Explicitly free "s" here because the + * talloc parent slq is already gone. */ TALLOC_FREE(s); goto trigger;