Thanks to visit codestin.com Credit goes to github.com
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 19b0f40 commit 56c6561Copy full SHA for 56c6561
1 file changed
Parser/parsetok.c
@@ -108,6 +108,7 @@ parsetok(struct tok_state *tok, grammar *g, int start, perrdetail *err_ret,
108
if ((ps = PyParser_New(g, start)) == NULL) {
109
fprintf(stderr, "no mem for new parser\n");
110
err_ret->error = E_NOMEM;
111
+ PyTokenizer_Free(tok);
112
return NULL;
113
}
114
#if 0 /* future keyword */
0 commit comments