]> granicus.if.org Git - python/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)
commit074ebced1b0c43dda6a6fdef8865050d019316a7
treede5f256e931926c12179320d6896160158c65dd0
parent8b54d6d73312186b4736cdf69a4e2e46ba15784c
PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak.
Objects/tupleobject.c