]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyTuple_Pack() was missing va_end() in its error branch which lead to a resource...
authorChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 00:54:51 +0000 (02:54 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 00:54:51 +0000 (02:54 +0200)
commitd5a88044a3fe666c63db99a2b58561f726728664
tree74230a934a9e7e20973beef3971411d09f1be191
parent949f3317312c64425efae21bda86b98423aac9cf
PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak.
Objects/tupleobject.c