We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74a339 commit d3bf70cCopy full SHA for d3bf70c
1 file changed
Modules/pyexpat.c
@@ -517,6 +517,7 @@ invalid_expat_handler_rv(const char *name)
517
if (res == NULL) {
518
goto error;
519
}
520
+ Py_DECREF(res);
521
goto done;
522
523
error:
0 commit comments