mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
mdssvc: update a comment
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14915 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
parent
3254622a30
commit
c0d46796d4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user