<?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"
	>
<channel>
	<title>Comments on: Keynote (continued)</title>
	<atom:link href="http://blog.excastle.com/2005/11/08/keynote-continued/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.excastle.com/2005/11/08/keynote-continued/</link>
	<description>Life, .NET, and Cats</description>
	<pubDate>Fri, 10 Oct 2008 21:46:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: John Emery</title>
		<link>http://blog.excastle.com/2005/11/08/keynote-continued/#comment-5428</link>
		<dc:creator>John Emery</dc:creator>
		<pubDate>Tue, 08 Nov 2005 19:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/11/08/keynote-continued/#comment-5428</guid>
		<description>True.  But after the SomeVar is freed, your pointer still holds an address that is not valid to use.  Thus, the variable contains 'lying' content.  Code: SomeVar.Free; SomeVar.Free; and compare that to FreeAndNil(SomeVar); FreeAndNil(SomeVar);    Which code works correctly?
</description>
		<content:encoded><![CDATA[<p>True.  But after the SomeVar is freed, your pointer still holds an address that is not valid to use.  Thus, the variable contains &#8216;lying&#8217; content.  Code: SomeVar.Free; SomeVar.Free; and compare that to FreeAndNil(SomeVar); FreeAndNil(SomeVar);    Which code works correctly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Fisher</title>
		<link>http://blog.excastle.com/2005/11/08/keynote-continued/#comment-5427</link>
		<dc:creator>Sean Fisher</dc:creator>
		<pubDate>Tue, 08 Nov 2005 19:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/11/08/keynote-continued/#comment-5427</guid>
		<description>You don't need to use FreeAndNil habitually--only if the pointer itself is referenced, as in &#34;on demand&#34; creation.
</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to use FreeAndNil habitually&#8211;only if the pointer itself is referenced, as in &quot;on demand&quot; creation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
