From c29b494de2a3339886fbc4790952858dab7e9995 Mon Sep 17 00:00:00 2001 From: Watson Date: Mon, 27 May 2013 18:38:55 +0900 Subject: [PATCH] sync --- NEWS | 2 ++ vm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ef2f75ac..467f25f2 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,8 @@ * Added the BasicObject#__id__ method for CRuby compatibility. * Fixed a bug in undef and Module#remove_method which it could call undefined method if the method was called before removing. + * Fixed a bug where it would hold an object if it would call the #initXXX in + the #initialize of a class inherited Objective-C class. = RubyMotion 2.0 = diff --git a/vm b/vm index a77db8a1..472ec585 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit a77db8a16606708575e4cdbc74dedccac10b303b +Subproject commit 472ec585a5646704207f025691e734b1da0f2703