mirror of https://github.com/python/cpython.git
Plug memory leak for code objects
This commit is contained in:
parent
07c9645413
commit
a44031031c
|
@ -380,6 +380,7 @@ r_object(p)
|
|||
XDECREF(consts);
|
||||
XDECREF(names);
|
||||
XDECREF(filename);
|
||||
XDECREF(name);
|
||||
|
||||
}
|
||||
return v;
|
||||
|
|
Loading…
Reference in New Issue