<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Understanding Autoreleasing</title>
	<atom:link href="http://www.cocoanetics.com/2009/08/understanding-autoreleasing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cocoanetics.com/2009/08/understanding-autoreleasing/</link>
	<description>Our DNA is written in Objective-C</description>
	<lastBuildDate>Mon, 14 May 2012 19:43:35 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: fabiankr</title>
		<link>http://www.cocoanetics.com/2009/08/understanding-autoreleasing/#comment-1410</link>
		<dc:creator>fabiankr</dc:creator>
		<pubDate>Tue, 18 Aug 2009 13:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.drobnik.com/touch/?p=1229#comment-1410</guid>
		<description>It&#039;s all about responsibility!

alloc, new, copy indicate an object with a retain count of 1 and the responsibility is up to you to release it later. Same when you retain it, of course.
Else it indicates an object that is autoreleased and you don&#039;t have to care.

A method always expects autoreleased objects as parameters and therefore doesn&#039;t need to care about them.

That&#039;s all!

If you add it to an array the object get&#039;s retained. But it&#039;s the array&#039;s responsibility to release it later and you don&#039;t have to worry.</description>
		<content:encoded><![CDATA[<p>It&#8217;s all about responsibility!</p>
<p>alloc, new, copy indicate an object with a retain count of 1 and the responsibility is up to you to release it later. Same when you retain it, of course.<br />
Else it indicates an object that is autoreleased and you don&#8217;t have to care.</p>
<p>A method always expects autoreleased objects as parameters and therefore doesn&#8217;t need to care about them.</p>
<p>That&#8217;s all!</p>
<p>If you add it to an array the object get&#8217;s retained. But it&#8217;s the array&#8217;s responsibility to release it later and you don&#8217;t have to worry.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

