]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix memory leak in add_subclass() found by NealN with valgrind.
authorGuido van Rossum <guido@python.org>
Fri, 18 Oct 2002 13:41:47 +0000 (13:41 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 18 Oct 2002 13:41:47 +0000 (13:41 +0000)
commit72297bb71e3b0dd420c94fa5ed90038e445334d8
treed61edca129e77f3b4902429cbf3bb98c6df99027
parente4913c9987d88f5a1bd52753afe8eb6bee32f6e9
Fix memory leak in add_subclass() found by NealN with valgrind.
Will backport.
Objects/typeobject.c