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 79c1f96 commit 188bee5Copy full SHA for 188bee5
1 file changed
Parser/parsetok.c
@@ -239,6 +239,7 @@ parsetok(struct tok_state *tok, grammar *g, int start, perrdetail *err_ret,
239
240
if (c && c != '#') {
241
err_ret->error = E_BADSINGLE;
242
+ PyNode_Free(n);
243
n = NULL;
244
}
245
0 commit comments