mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +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
@ -561,6 +561,7 @@ r_object(p)
|
||||
Py_XDECREF(varnames);
|
||||
Py_XDECREF(filename);
|
||||
Py_XDECREF(name);
|
||||
Py_XDECREF(lnotab);
|
||||
|
||||
}
|
||||
return v;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user