[C++-sig] Re: Reference leak in life_support.cpp
Raoul Gough
RaoulGough at yahoo.co.uk
Tue Sep 16 19:36:04 CEST 2003
David Abrahams <dave at boost-consulting.com> writes:
> Raoul Gough <RaoulGough at yahoo.co.uk> writes:
>
>>>>> foo(IntWrapper(3))
>> [8453 refs]
>>>>> foo(IntWrapper(3))
>> [8454 refs]
>>>>> foo(IntWrapper(3))
>> [8455 refs]
>>>>> foo(IntWrapper(3))
>> [8456 refs]
>>>>> foo(IntWrapper(3))
>> [8457 refs]
>>>>> foo(IntWrapper(3))
>> [8458 refs]
>>
>> [etc...]
>
> OK, good catch. Feel free to check in a patch.
Done. Not that a Py_None reference leak is a drastic problem, but it
did make anything running in python_d look like there was a real leak
somewhere.
--
Raoul Gough.
(setq dabbrev-case-fold-search nil)
More information about the Cplusplus-sig
mailing list