Allow clearing general::kline_reason via a rehash.
This commit is contained in:
parent
56023eb2e8
commit
d61a1c7e13
1 changed files with 3 additions and 0 deletions
|
@ -1231,6 +1231,9 @@ clear_out_old_conf(void)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* clean out general */
|
/* clean out general */
|
||||||
|
rb_free(ConfigFileEntry.kline_reason);
|
||||||
|
ConfigFileEntry.kline_reason = NULL;
|
||||||
|
|
||||||
RB_DLINK_FOREACH_SAFE(ptr, next_ptr, service_list.head)
|
RB_DLINK_FOREACH_SAFE(ptr, next_ptr, service_list.head)
|
||||||
{
|
{
|
||||||
rb_free(ptr->data);
|
rb_free(ptr->data);
|
||||||
|
|
Loading…
Reference in a new issue