mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Plugged a leak. (The same as the one plugged in compile.c -- forgot
to free lnotab).
This commit is contained in:
parent
5ec8e4b5ff
commit
6fc06e770f
1 changed files with 1 additions and 0 deletions
|
@ -561,6 +561,7 @@ r_object(p)
|
|||
Py_XDECREF(varnames);
|
||||
Py_XDECREF(filename);
|
||||
Py_XDECREF(name);
|
||||
Py_XDECREF(lnotab);
|
||||
|
||||
}
|
||||
return v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue