Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-01 | properly delete current channel in channel_free_list | Sebastian Hahn | |
channel_unregister() removes channels from the current smartlist while we're in a SMORTLIST_FOREACH loop. This only works by accident. |