Author: ericwa
Date: Thu Sep 19 20:35:58 2013
New Revision: 9095

URL: http://svn.gna.org/viewcvs/etoile?rev=9095&view=rev
Log:
Fix memory management bug that was breaking CO on Xcode 5.  In 
-[COEditingContext insertNewPersistentRootWithEntityName:], a 
COObjectGraphContext was created inline in the method call to -[COObject 
initWithUUID:..]. Since COObject has a __weak reference to its 
COObjectGraphContext, the object graph context was immediately deallocated.

Modified:
    trunk/Etoile/Frameworks/CoreObject/Core/COEditingContext.m


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to