Boost C++ Libraries: Ticket #917: boost::python::dictionary memory leak https://svn.boost.org/trac10/ticket/917 <pre class="wiki">The file root/libs/python/example/pickle3.cpp contains (commented-out) code that results in a memory leak: //odict[k] = pdict[k]; // XXX memory leak! odict[k] = pdict.get_item(k); // this does not leak. Both odict and pdict are of type boost::python::dictionary. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/917 Trac 1.4.3 Ralf W. Grosse-Kunstleve Thu, 24 Apr 2003 17:26:47 GMT status changed https://svn.boost.org/trac10/ticket/917#comment:1 https://svn.boost.org/trac10/ticket/917#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket