Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-05-12 12:01:11 +01:00
5 changed files with 15 additions and 11 deletions

View File

@@ -846,9 +846,9 @@ control_stop(struct client *c)
if (evtimer_initialized(&cs->subs_timer))
evtimer_del(&cs->subs_timer);
control_reset_offsets(c);
TAILQ_FOREACH_SAFE(cb, &cs->all_blocks, all_entry, cb1)
control_free_block(cs, cb);
control_reset_offsets(c);
c->control_state = NULL;
free(cs);