gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about memory management


From: Graham Lee
Subject: Re: Question about memory management
Date: Wed, 5 Jun 2013 06:38:10 +0100

Where are you seeing that? I'm looking at -_popUp here: http://svn.gna.org/svn/gnustep/libs/gui/trunk/Source/NSComboBoxCell.m

No -init, -new or -copy that I can see.

Graham.

On 5 Jun 2013, at 00:30, "Germán Arias" <address@hidden> wrote:

On 2013-06-03 23:59:15 -0600 "Graham Lee" <address@hidden> wrote:

NSComboBoxCell doesn't release its popup window, but it doesn't retain it
either so there's no unbalanced memory use.

Graham.


Well, isn't retained. But is created with +alloc and -init. And since
this is a panel, this isn't released when closed.

Germán.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]