You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,7 @@ Bug fixes:
241
241
* Fix `rb_id2name` to ensure the native string will have the same lifetime as the id (#2630, @aardvark179).
242
242
* Fix `Integer#fdiv` and `Rational#to_f` for large `Integer` values (#2631, @bjfish).
243
243
* Remove the `RB_NEWOBJ/NEWOBJ` and `OBJSETUP` macros since we cannot support them in TruffleRuby and native extensions may use `#ifdef` to detect features (#2869, @nirvdrum).
244
+
* Fix memory leak in `--native` mode for native extension handles and native pointers (@eregon).
0 commit comments