]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix a bug in the previous commit. don't leak empty list on error return and
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 5 Jun 2006 00:33:35 +0000 (00:33 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 5 Jun 2006 00:33:35 +0000 (00:33 +0000)
commitbad474544c777ba15c474374c4ee1ef5288fdebf
treeb3142d2775b83abe592730a00f935875f93512ad
parent3dd20022ac3da63c4fe867a773d623e4fa1fce04
fix a bug in the previous commit.  don't leak empty list on error return and
fix the additional rare (out of memory only) bug that it was supposed to fix
of not freeing log_list when the python allocator failed.
Modules/_bsddb.c