Allow clearing general::kline_reason via a rehash.

This commit is contained in:
Jilles Tjoelker 2008-09-17 00:21:00 +02:00
parent 18c12212b7
commit 4f2b6c0b38
1 changed files with 3 additions and 0 deletions

View File

@ -1231,6 +1231,9 @@ clear_out_old_conf(void)
*/
/* clean out general */
rb_free(ConfigFileEntry.kline_reason);
ConfigFileEntry.kline_reason = NULL;
RB_DLINK_FOREACH_SAFE(ptr, next_ptr, service_list.head)
{
rb_free(ptr->data);