mltsy (Joe Marty)
- Login: mltsy
- Registered on: 06/12/2019
- Last sign in: 06/12/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/12/2019
-
01:33 PM Ruby Bug #15916: Memory leak in Regexp literal interpolation
- Simplified the test case.
-
01:23 PM Ruby Bug #15916 (Closed): Memory leak in Regexp literal interpolation
- When interpolating a string inside a Regexp literal, if the string contains a multibyte character loaded from a file (not sure if this covers all the cases, but this is what triggers it for me), Ruby leaks memory.
The code below repro...