]> granicus.if.org Git - python/commit
Move the Py_DECREF(x) after the error: label so that we don't leak x
authorGuido van Rossum <guido@python.org>
Fri, 1 Sep 2000 15:35:12 +0000 (15:35 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 1 Sep 2000 15:35:12 +0000 (15:35 +0000)
commit7c55404207378e662b88253f004041e1a4494f01
treedd1adb05bd23bd3e4f3c6719e91a7a93cbbb8bf2
parent1688f378cb338285b58d9a9f6d3084954ce36499
Move the Py_DECREF(x) after the error: label so that we don't leak x
when PyDict_SetItemString() fails.
Modules/linuxaudiodev.c