Fred Kiefer <fredkiefer <at> gmx.de> writes:
 
> Last week I tried to resolve a circular refernce problem between 
> NSWindow and NSGraphicsContext.

The window in the dictionary is (should be) only used when creating
the context : delete the dictionary after use or remove the window from
the ddictionary.
You might keep the window (if needed) in a non retained ivar : no cycle!

Too simple...?

Xavier





_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to