ircd_parser: free the ends of ranges after use

This commit is contained in:
Ed Kellett 2020-06-07 23:31:40 +01:00
parent ef62a62f62
commit 4a8df5edc5
No known key found for this signature in database
GPG key ID: CB9986DEF342FABC

View file

@ -242,6 +242,9 @@ single: oneitem
{
add_cur_list(CF_INT, 0, i);
}
rb_free($1);
rb_free($3);
}
}
;