fix a memory leaks in String#{reverse, reverse!}

This commit is contained in:
Watson
2012-09-07 18:03:44 +09:00
parent d0d570683a
commit 721cf1d42b

1
NEWS
View File

@@ -16,6 +16,7 @@
String#length with multibyte characters will be 500x times faster.
* Improved String#reverse performance with ascii compatible string.
String#reverse with ascii compatible string will be 30x times faster.
* Fixed a memory leaks in String#{reverse, reverse!}
= RubyMotion 1.23 =