2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

merged from trunk

[SVN r45503]
This commit is contained in:
Eric Niebler
2008-05-18 23:31:14 +00:00
parent f964a02570
commit c008e883ca

View File

@@ -68,8 +68,9 @@ struct with_custodian_and_ward : BasePolicy_
bool result = BasePolicy_::precall(args_);
if (!result)
if (!result) {
Py_DECREF(life_support);
}
return result;
}