<?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: DAMAGE: after Normal block</title>
	<atom:link href="http://elliottback.com/wp/damage-after-normal-block/feed/" rel="self" type="application/rss+xml" />
	<link>http://elliottback.com/wp/damage-after-normal-block/</link>
	<description>Internet &#38; Technology</description>
	<lastBuildDate>Sun, 22 Nov 2009 02:40:56 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: G-Man</title>
		<link>http://elliottback.com/wp/damage-after-normal-block/#comment-2167600</link>
		<dc:creator>G-Man</dc:creator>
		<pubDate>Fri, 05 Dec 2008 03:10:24 +0000</pubDate>
		<guid isPermaLink="false">/?p=95#comment-2167600</guid>
		<description>Thank you so much for explaining this!  I knew most of what you said already and yet something about it made it click what my error was.  I thought I was already doing as you suggested, but I actually was off by one byte (don&#039;t ask).</description>
		<content:encoded><![CDATA[<p>Thank you so much for explaining this!  I knew most of what you said already and yet something about it made it click what my error was.  I thought I was already doing as you suggested, but I actually was off by one byte (don&#39;t ask).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimas Ricchi</title>
		<link>http://elliottback.com/wp/damage-after-normal-block/#comment-731717</link>
		<dc:creator>Dimas Ricchi</dc:creator>
		<pubDate>Tue, 10 Jul 2007 21:16:26 +0000</pubDate>
		<guid isPermaLink="false">/?p=95#comment-731717</guid>
		<description>alloc more any bytes is a bug of the compiler</description>
		<content:encoded><![CDATA[<p>alloc more any bytes is a bug of the compiler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Witton Bell</title>
		<link>http://elliottback.com/wp/damage-after-normal-block/#comment-33935</link>
		<dc:creator>Witton Bell</dc:creator>
		<pubDate>Tue, 07 Mar 2006 03:10:30 +0000</pubDate>
		<guid isPermaLink="false">/?p=95#comment-33935</guid>
		<description></description>
		<content:encoded><![CDATA[<p>I have a same problem in VC++ 6.0.there are some code as follows:<br />
struct T<br />
{<br />
   int * pt;<br />
   &#8230;<br />
};</p>
<p>struct M<br />
{<br />
  vector m_vctT;<br />
  &#8230;<br />
};</p>
<p>map m_mapM;</p>
<p>M * pM = new M;<br />
m_mapM.insert(make_pair(1,pM);</p>
<p>T * pt = new T;<br />
pt = &#8230;<br />
pM-&gt;m_vctT.push_back(pt);</p>
<p>so,I write some code for free memory in a destructor function,as follows:<br />
for(map::iterator iter = m_mapM.begin; iter != m_mapM_end();iter++)<br />
{<br />
if((*iter-&gt;second) != NULL)<br />
{<br />
  delete (*iter-&gt;second);<br />
}<br />
}</p>
<p>but run at delete (*iter-&gt;second) with debug mode,it report DAMAGE: after Normal block (#XX) at 0×XXXXXXX</p>
<p>who can tell me how to fix this problem? Please mail to me : <a href="mailto:witton@163.com">witton@163.com</a>. Thanks very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janie</title>
		<link>http://elliottback.com/wp/damage-after-normal-block/#comment-3693</link>
		<dc:creator>Janie</dc:creator>
		<pubDate>Mon, 26 Sep 2005 06:59:38 +0000</pubDate>
		<guid isPermaLink="false">/?p=95#comment-3693</guid>
		<description>Hey.
Thanks for the help. :)

It&#039;s obvious programmin error, i know...
But sometimes you just need to be pulled back to the ground.

- Janie</description>
		<content:encoded><![CDATA[<p>Hey.<br />
Thanks for the help. <img src='http://elliottback.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It&#8217;s obvious programmin error, i know&#8230;<br />
But sometimes you just need to be pulled back to the ground.</p>
<p>- Janie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ratte</title>
		<link>http://elliottback.com/wp/damage-after-normal-block/#comment-1709</link>
		<dc:creator>ratte</dc:creator>
		<pubDate>Wed, 08 Jun 2005 15:20:40 +0000</pubDate>
		<guid isPermaLink="false">/?p=95#comment-1709</guid>
		<description>same error with the following reason:
added a pointer variable to a base class of my plugins and forgotten to rebuild them. the error arised after deleting a plugin instance, but only when I accessed the member, even if I only set it to 0 in the constructor.</description>
		<content:encoded><![CDATA[<p>same error with the following reason:<br />
added a pointer variable to a base class of my plugins and forgotten to rebuild them. the error arised after deleting a plugin instance, but only when I accessed the member, even if I only set it to 0 in the constructor.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
