Merge pull request #336 from edk0/range-leak
ircd_parser: free the ends of ranges after use
This commit is contained in:
commit
976b9c9614
1 changed files with 3 additions and 0 deletions
|
@ -242,6 +242,9 @@ single: oneitem
|
||||||
{
|
{
|
||||||
add_cur_list(CF_INT, 0, i);
|
add_cur_list(CF_INT, 0, i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rb_free($1);
|
||||||
|
rb_free($3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue