<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/leak</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 13:14:36 GMT</pubDate>
<item>
<title>(C++) Memory Leak in Constructor (C++) - huanglx</title>
<link>http://snipplr.com/view/61926/memory-leak-in-constructor-c/</link>
<description><![CDATA[ <p>An example showing how to solve the memory leak problem in constructor</p> ]]></description>
<pubDate>Fri, 16 Dec 2011 09:52:01 GMT</pubDate>
<guid>http://snipplr.com/view/61926/memory-leak-in-constructor-c/</guid>
</item>
<item>
<title>(C++) Visual Studio debug tools to detect and debug memory leaks by setting a breakpoint on a particular memory allocation. - jimfred</title>
<link>http://snipplr.com/view/9697/visual-studio-debug-tools-to-detect-and-debug-memory-leaks-by-setting-a-breakpoint-on-a-particular-memory-allocation/</link>
<description><![CDATA[ <p>The Visual Studio output window will display "Detected memory leaks!" with a memory allocation number, for example, {145}. See Memory Leak Detection Enabling.

Using the debugger (without changing code) see: http://msdn.microsoft.com/en-us/library/w2fhc9a3%28VS.80%29.aspx</p> ]]></description>
<pubDate>Wed, 12 Nov 2008 16:23:41 GMT</pubDate>
<guid>http://snipplr.com/view/9697/visual-studio-debug-tools-to-detect-and-debug-memory-leaks-by-setting-a-breakpoint-on-a-particular-memory-allocation/</guid>
</item>
</channel>
</rss>