| 3767 | re_free (cset->range_starts); |
| 3768 | re_free (cset->range_ends); |
| 3769 | # endif |
| 3770 | re_free (cset->char_classes); |
| 3771 | re_free (cset); |
| 3772 | } |
| 3773 | #endif /* RE_ENABLE_I18N */ |
| 3774 | |
| 3775 | |
| 3776 | /* Functions for binary tree operation. */ |
| 3777 | |
| 3778 | /* Create a tree node. */ |
| 3779 |
no test coverage detected