Merge pull request #453 from Kontinuation/develop

Fix issue #287 again by using release policy
This commit is contained in:
Günter Obiltschnig 2014-05-20 04:55:55 +02:00
commit 8b39a87fd6

View File

@ -127,7 +127,7 @@ public:
}
catch (...)
{
delete ptr;
RP::release(ptr);
}
template <class Other, class OtherRP>