mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
So far, REPL prompt was updated via refresh_repl_prompt() even if the mouse cursor was just moved. And, refresh_repl_prompt() evaluate the expression. Every REPL expression causes memory leaks. (http://hipbyte.myjetbrains.com/youtrack/issue/RM-392) This changing reduces memory leak.