]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* clmodule.c (doParams): free PVbuffer in error condition.
authorSjoerd Mullender <sjoerd@acm.org>
Tue, 3 Aug 1993 15:11:36 +0000 (15:11 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Tue, 3 Aug 1993 15:11:36 +0000 (15:11 +0000)
commitf64992e95d3b87799d4a423d2d0c0047b177c56b
tree9dbebed108d638dba7f761dcd2d441c8419987e8
parentd29eb6232cf7d71e5f5bffd70668b3e18835797a
* clmodule.c (doParams): free PVbuffer in error condition.
* frameobject.c (newframeobject): initialize ob_type if taking entry
  from the free list, since it is zeroed out when DEBUG is defined.
Modules/clmodule.c
Objects/frameobject.c