Commit 7c55404
committed
Move the Py_DECREF(x) after the error: label so that we don't leak x
when PyDict_SetItemString() fails.1 parent 1688f37 commit 7c55404
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
444 | 443 | | |
445 | 444 | | |
| 445 | + | |
446 | 446 | | |
447 | 447 | | |
0 commit comments