mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
04b45413c6
commit
a09869e9d8
@ -372,6 +372,7 @@ tokenize_flat(PyObject *self, PyObject *args) {
|
||||
Py_DECREF(item); item = NULL;
|
||||
if (token == NULL) goto error;
|
||||
if (PyList_Append(tokens, token) != 0) { Py_DECREF(token); token = NULL; goto error; }
|
||||
Py_DECREF(token);
|
||||
|
||||
} // if(!(ignore_comments...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user