Actions
Backport #8141
closedbackport r39856
Status:
Closed
Assignee:
Description
r39856 fixes a potential memory leak.
Actions
Like0
Like0
Added by nagachika (Tomoyuki Chikanaga) almost 12 years ago. Updated over 11 years ago.
Description
r39856 fixes a potential memory leak.
This issue was solved with changeset r40256.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
merge revision(s) 39822,39856: [Backport #8141]
* string.c (rb_str_conv_enc_opts): convert with one converter, instead
of re-creating converters for each buffer expansion.