From: Christian Heimes Date: Mon, 10 Sep 2012 00:55:13 +0000 (+0200) Subject: PyTuple_Pack() was missing va_end() in its error branch which lead to a resource... X-Git-Tag: v3.3.1rc1~818^2^2~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4fe3fed6eddb3cefa917a8dcf86fff0b04df6ee;p=thirdparty%2FPython%2Fcpython.git PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak. --- c4fe3fed6eddb3cefa917a8dcf86fff0b04df6ee