help-gnustep
[Top][All Lists]
Advanced

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

Re: ASSIGN question


From: Adam Fedor
Subject: Re: ASSIGN question
Date: Sun, 27 Apr 2003 20:05:50 -0600
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905



Rob Burns wrote:
hello,

I'm trying to get a better handle on memory management, and was wondering if this:

RETAIN(anOggFile);
RELEASE(_oggFile);
_oggFile=anOggFile;

and this:

ASSIGN(_oggFile,anOggFile);

are functionally equivalent.
Yes.





reply via email to

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