help-gnustep
[Top][All Lists]
Advanced

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

ASSIGN question


From: Rob Burns
Subject: ASSIGN question
Date: Sun, 27 Apr 2003 20:51:45 +0700

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.

Thanks
Rob





reply via email to

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