<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/yasper/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/yasper/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/yasper/bugs/</id><updated>2008-03-26T08:00:37Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>leaks pointer if "new Counter" throws</title><link href="https://sourceforge.net/p/yasper/bugs/1/" rel="alternate"/><published>2008-03-26T08:00:37Z</published><updated>2008-03-26T08:00:37Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net5813b10eb48a830c2af0917ea1e60958304d70b7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Leaks the pointer that was tried to be stored in yasper::ptr if allocation of a Counter fails in yasper::ptr constructor. I think operator= is affected as well.&lt;/p&gt;
&lt;p&gt;Please refer to the attached source code. Expected  output would be:&lt;br /&gt;
A::A()&lt;br /&gt;
A::~A()&lt;/p&gt;
&lt;p&gt;but currently is:&lt;br /&gt;
A::A()&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>