<?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: Avoiding memory leaks with GtkTreeView</title>
	<atom:link href="http://blogs.gnome.org/johannes/2007/09/02/avoiding-memory-leaks-with-gtktreeview/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/johannes/2007/09/02/avoiding-memory-leaks-with-gtktreeview/</link>
	<description>Blog of Johannes Schmid</description>
	<lastBuildDate>Sun, 05 Feb 2012 00:22:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Thomas</title>
		<link>http://blogs.gnome.org/johannes/2007/09/02/avoiding-memory-leaks-with-gtktreeview/comment-page-1/#comment-342</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Tue, 04 Sep 2007 09:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2007/09/02/avoiding-memory-leaks-with-gtktreeview/#comment-342</guid>
		<description>Shouldn&#039;t a valgrind plugin of some sort be able to detect that ?</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t a valgrind plugin of some sort be able to detect that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Elstner</title>
		<link>http://blogs.gnome.org/johannes/2007/09/02/avoiding-memory-leaks-with-gtktreeview/comment-page-1/#comment-341</link>
		<dc:creator>Daniel Elstner</dc:creator>
		<pubDate>Mon, 03 Sep 2007 18:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2007/09/02/avoiding-memory-leaks-with-gtktreeview/#comment-341</guid>
		<description>Or just use gtkmm. :-P</description>
		<content:encoded><![CDATA[<p>Or just use gtkmm. <img src='http://blogs.gnome.org/johannes/wp-content/mu-plugins/tango-smilies/tango/face-raspberry.png' alt=':-P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://blogs.gnome.org/johannes/2007/09/02/avoiding-memory-leaks-with-gtktreeview/comment-page-1/#comment-345</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Sun, 02 Sep 2007 20:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2007/09/02/avoiding-memory-leaks-with-gtktreeview/#comment-345</guid>
		<description>Strictly speaking, you free all memory you get from gtk_tree_model_get().  So you free strings, unref objects, unref boxed types, and so on.  Obviously literal pointers and integer types don&#039;t need any special work.</description>
		<content:encoded><![CDATA[<p>Strictly speaking, you free all memory you get from gtk_tree_model_get().  So you free strings, unref objects, unref boxed types, and so on.  Obviously literal pointers and integer types don&#8217;t need any special work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johannes.schmid</title>
		<link>http://blogs.gnome.org/johannes/2007/09/02/avoiding-memory-leaks-with-gtktreeview/comment-page-1/#comment-344</link>
		<dc:creator>johannes.schmid</dc:creator>
		<pubDate>Sun, 02 Sep 2007 17:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2007/09/02/avoiding-memory-leaks-with-gtktreeview/#comment-344</guid>
		<description>hmm, might be difficult to do this in an automated way as there might be a lot of code depending on the string before I can be free&#039;d. But maybe some grep wizards might even be able to do this. Anyway, I think it&#039;s better to check your code with valgrind to fix those (and other bugs). This also gives you hints on invalid reads/writes.</description>
		<content:encoded><![CDATA[<p>hmm, might be difficult to do this in an automated way as there might be a lot of code depending on the string before I can be free&#8217;d. But maybe some grep wizards might even be able to do this. Anyway, I think it&#8217;s better to check your code with valgrind to fix those (and other bugs). This also gives you hints on invalid reads/writes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bjoern</title>
		<link>http://blogs.gnome.org/johannes/2007/09/02/avoiding-memory-leaks-with-gtktreeview/comment-page-1/#comment-343</link>
		<dc:creator>bjoern</dc:creator>
		<pubDate>Sun, 02 Sep 2007 16:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/johannes/2007/09/02/avoiding-memory-leaks-with-gtktreeview/#comment-343</guid>
		<description>Hi Johannes,

it is possible to scan gnome-svn for such code fragment?
Maybe, we can start a gnome-goal to fix that.</description>
		<content:encoded><![CDATA[<p>Hi Johannes,</p>
<p>it is possible to scan gnome-svn for such code fragment?<br />
Maybe, we can start a gnome-goal to fix that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/johannes/2007/09/02/avoiding-memory-leaks-with-gtktreeview/feed/ ) in 1.16215 seconds, on Feb 12th, 2012 at 5:55 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 12th, 2012 at 6:55 am UTC -->
