0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-26 08:42:34 +01:00

Allow clearing general::kline_reason via a rehash.

This commit is contained in:
Jilles Tjoelker 2008-09-17 00:21:00 +02:00
parent 56023eb2e8
commit d61a1c7e13

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