Skip to content

Commit fe0ba46

Browse files
committed
Add changelog entry for 98c4d6e
1 parent 3ce5643 commit fe0ba46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ Bug fixes:
241241
* Fix `rb_id2name` to ensure the native string will have the same lifetime as the id (#2630, @aardvark179).
242242
* Fix `Integer#fdiv` and `Rational#to_f` for large `Integer` values (#2631, @bjfish).
243243
* 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).
244245

245246
Compatibility:
246247

0 commit comments

Comments
 (0)