ruby/internal
Peter Zhu 4a23b6a89f Fix memory leak in RCLASS_SET_NAMESPACE_CLASSEXT
The st_insert in RCLASS_SET_NAMESPACE_CLASSEXT may overwrite an existing
rb_classext_t, causing it to leak memory. This commit changes it to use
st_update to free the existing one before overwriting it.
2025-10-21 18:42:17 -04:00
..
2025-06-23 20:03:48 +09:00
2025-09-16 08:35:45 -04:00
2025-10-13 15:21:36 -04:00
2025-05-11 23:32:50 +09:00
2025-06-02 09:52:25 -04:00
2025-08-19 10:02:13 -04:00
2025-08-27 10:01:07 -07:00