<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>C++ Question</title>
<description> Will memory leaks go away when I return to the HBC?

I did think they did go away until I read from a random source of a random game things like this:


free(img_santa);
free(img_elk);
GRRLIB_Exit();
exit(0);
</description><link>http://forum.wiibrew.org/read.php?11,23561,23561#msg-23561</link><lastBuildDate>Thu, 12 Mar 2026 21:22:55 +0100</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?11,23561,23575#msg-23575</guid>
<title>Re: C++ Question</title><link>http://forum.wiibrew.org/read.php?11,23561,23575#msg-23575</link><description><![CDATA[ Okay! Thanks!]]></description>
<dc:creator>profetylen</dc:creator>
<category>Coding</category><pubDate>Fri, 03 Jul 2009 19:03:54 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,23561,23565#msg-23565</guid>
<title>Re: C++ Question</title><link>http://forum.wiibrew.org/read.php?11,23561,23565#msg-23565</link><description><![CDATA[ They do, but it&#039;s still considered good practice to clear up your own mess, you might be doing something important while the cleanup runs!]]></description>
<dc:creator>henke37</dc:creator>
<category>Coding</category><pubDate>Fri, 03 Jul 2009 18:07:01 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,23561,23561#msg-23561</guid>
<title>C++ Question</title><link>http://forum.wiibrew.org/read.php?11,23561,23561#msg-23561</link><description><![CDATA[ Will memory leaks go away when I return to the HBC?<br /><br />I did think they did go away until I read from a random source of a random game things like this:<br /><br /><pre class="bbcode">
free(img_santa);
free(img_elk);
GRRLIB_Exit();
exit(0);
</pre>]]></description>
<dc:creator>profetylen</dc:creator>
<category>Coding</category><pubDate>Fri, 03 Jul 2009 18:00:29 +0200</pubDate></item>
</channel>
</rss>