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>
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;