<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - memory leak - Comments</title>
 <link>http://www.newlc.com/en/topic-15435</link>
 <description>Comments for &quot;memory leak&quot;</description>
 <language>en</language>
<item>
 <title>Re: memory leak</title>
 <link>http://www.newlc.com/en/topic-15435#comment-33611</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hello&amp;nbsp; srikanth,eswar &amp;amp; max_i ,&lt;br /&gt;&lt;br /&gt;Thanks for your replies.&lt;br /&gt;&lt;br /&gt;Now my project having &lt;br /&gt;&lt;br /&gt;Test count - 27&lt;br /&gt;Test Failed - 11&lt;br /&gt;Memory Leak - 0&lt;br /&gt;&lt;br /&gt;Why this test fail occurs. &lt;br /&gt;&lt;br /&gt;Is the following code&amp;nbsp; causes for test failed or memory leak.&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; RFs&amp;nbsp; &amp;nbsp; fsession;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;fsession.Connect();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;fsession.RmDir(Newpath);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;fsession.Close ();&lt;br /&gt;&lt;br /&gt;There are many segments like this in my project .Are&amp;nbsp; they caues for test fail. What are the reasons behind the test fail .&lt;br /&gt;How I check out the this failures.&lt;br /&gt;How much test failed will be allowed.&lt;br /&gt;&lt;br /&gt;Thanks alot.&lt;br /&gt;&lt;br /&gt;Pratibha&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 03 Aug 2006 09:16:46 +0200</pubDate>
 <dc:creator>pratibha</dc:creator>
 <guid isPermaLink="false">comment 33611 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: memory leak</title>
 <link>http://www.newlc.com/en/topic-15435#comment-33610</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;You can have a look at this link:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http&amp;#58;//www.newlc.com/Tracking-down-memory-leaks.html?var_recherche=memory+leaks&quot; target=&quot;_blank&quot;&gt;http://www.newlc.com/Tracking-down-memory-leaks.html?var_recherche=memory+leaks&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It is for Tracking down memory leaks &lt;br /&gt;&lt;br /&gt;max_i&lt;/div&gt;</description>
 <pubDate>Wed, 02 Aug 2006 15:07:30 +0200</pubDate>
 <dc:creator>max_i</dc:creator>
 <guid isPermaLink="false">comment 33610 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: memory leak</title>
 <link>http://www.newlc.com/en/topic-15435#comment-33609</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Common reasons for memory leak are:&lt;br /&gt;&lt;br /&gt;1. You allocate memory and doesnt release or delete in dtor r where ever it is. This is little easier to find.&lt;br /&gt;&lt;br /&gt;2. Some memory leaks occur because of leaves. So you need to be very careful when dealing with any thing which leaves.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Sri&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 02 Aug 2006 14:04:10 +0200</pubDate>
 <dc:creator>srikanth</dc:creator>
 <guid isPermaLink="false">comment 33609 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: memory leak</title>
 <link>http://www.newlc.com/en/topic-15435#comment-33608</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi Prathibha,&lt;br /&gt;&lt;br /&gt;Put break points in each class destructor and debug it.&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;eswar&lt;/div&gt;</description>
 <pubDate>Wed, 02 Aug 2006 11:30:50 +0200</pubDate>
 <dc:creator>eswar_illuri</dc:creator>
 <guid isPermaLink="false">comment 33608 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: memory leak</title>
 <link>http://www.newlc.com/en/topic-15435#comment-33607</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hello srikanth,&lt;br /&gt;&lt;br /&gt; Thanx for u r reply.I check out the link that u send but I do&amp;#039;nt want the tools for memory testing .&lt;br /&gt;I want the reasons behind the memory leak. Why memory leak occurs . What are the possible things should we care&amp;nbsp; for memory leak will not occurs . For e.g. delete all resources that r not in use. &lt;br /&gt;And any more criteria like this .&lt;br /&gt;&lt;br /&gt;Thanks alot&lt;/div&gt;</description>
 <pubDate>Wed, 02 Aug 2006 08:41:31 +0200</pubDate>
 <dc:creator>pratibha</dc:creator>
 <guid isPermaLink="false">comment 33607 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: memory leak</title>
 <link>http://www.newlc.com/en/topic-15435#comment-33606</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Did you check this link?&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http&amp;#58;//www.newlc.com/Memory-Leak-Tool.html&quot; target=&quot;_blank&quot;&gt;http://www.newlc.com/Memory-Leak-Tool.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Sri&lt;/div&gt;</description>
 <pubDate>Mon, 31 Jul 2006 15:38:10 +0200</pubDate>
 <dc:creator>srikanth</dc:creator>
 <guid isPermaLink="false">comment 33606 at http://www.newlc.com</guid>
</item>
<item>
 <title>memory leak</title>
 <link>http://www.newlc.com/en/topic-15435</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/topic-15435&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/topic-15435#comments</comments>
 <category domain="http://www.newlc.com/en/forums/symbian-c">Symbian C++</category>
 <pubDate>Mon, 31 Jul 2006 08:43:55 +0200</pubDate>
 <dc:creator>pratibha</dc:creator>
 <guid isPermaLink="false">15265 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
