Boost C++ Libraries: Ticket #3542: Bug in documentation of detect_memory_leak parameter https://svn.boost.org/trac10/ticket/3542 <p> On the UTF manual page <a href="http://www.boost.org/doc/libs/1_40_0/libs/test/doc/html/utf/user-guide/runtime-config/reference.html">Runtime parameters reference</a> (Boost 1.40.0), there is mistake in parameter <em>detect_memory_leak</em> section. Currently, it says </p> <pre class="wiki">Command line argument name: build_info </pre><p> but should read: </p> <pre class="wiki">Command line argument name: detect_memory_leak </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3542 Trac 1.4.3 mloskot <mateusz@…> Thu, 22 Oct 2009 12:31:51 GMT <link>https://svn.boost.org/trac10/ticket/3542#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3542#comment:1</guid> <description> <p> By the way, I've also noticed that the name of parameter is incorrect and it should be <em>detect_memory_leaks</em>. If I ask to disable memory leak with <em>_leak' version the leaks are still being detected: </em></p> <pre class="wiki">C:\&gt;test.exe --detect_memory_leak=0 Test setup error: test tree is empty Detected memory leaks! Dumping objects -&gt; {211} normal block at 0x027FA3E8, 516 bytes long. Data: &lt; &gt; 00 00 00 00 00 00 00 00 00 00 00 00 F4 01 00 00 {210} normal block at 0x027FA2B8, 256 bytes long. Data: &lt; &gt; 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Object dump complete. </pre><p> but if I try <em>_leaks</em> variant of the parameter, leaks check are effectively disabled: </p> <pre class="wiki">C:\&gt;test.exe --detect_memory_leaks=0 Test setup error: test tree is empty </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Gennadiy Rozental</dc:creator> <pubDate>Mon, 23 Nov 2009 05:54:40 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3542#comment:2 https://svn.boost.org/trac10/ticket/3542#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> Duplicates <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2018" title="#2018: Bugs: Error in the documentation chapter &#34;Runtime parameters reference&#34; (closed: fixed)">#2018</a> </p> Ticket