ircd_parser: free the ends of ranges after use
This commit is contained in:
parent
ef62a62f62
commit
4a8df5edc5
1 changed files with 3 additions and 0 deletions
|
@ -242,6 +242,9 @@ single: oneitem
|
|||
{
|
||||
add_cur_list(CF_INT, 0, i);
|
||||
}
|
||||
|
||||
rb_free($1);
|
||||
rb_free($3);
|
||||
}
|
||||
}
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue