mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fad2772eab
commit
22f0c52cfd
8 changed files with 23 additions and 18 deletions
|
@ -88,7 +88,12 @@
|
|||
Due to this delayed release, the function that receives the object
|
||||
as a return value will have the opportunity to retain the object
|
||||
before the "release" instigated by the "autorelease" actually
|
||||
takes place. */
|
||||
takes place.
|
||||
|
||||
For the object to be autoreleased, you must have previously created
|
||||
a AutoreleasePool or an AutoreleaseStack. If you don't, however,
|
||||
your program won't crash, the release corresponding to the
|
||||
autorelease will just never happen. */
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue