mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Plugged a leak. (The same as the one plugged in compile.c -- forgot
to free lnotab).
This commit is contained in:
@@ -561,6 +561,7 @@ r_object(p)
|
||||
Py_XDECREF(varnames);
|
||||
Py_XDECREF(filename);
|
||||
Py_XDECREF(name);
|
||||
Py_XDECREF(lnotab);
|
||||
|
||||
}
|
||||
return v;
|
||||
|
||||
Reference in New Issue
Block a user