mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-23 15:14:37 +01:00
Merge pull request #453 from Kontinuation/develop
Fix issue #287 again by using release policy
This commit is contained in:
commit
8b39a87fd6
@ -127,7 +127,7 @@ public:
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
delete ptr;
|
||||
RP::release(ptr);
|
||||
}
|
||||
|
||||
template <class Other, class OtherRP>
|
||||
|
Loading…
x
Reference in New Issue
Block a user