Plugged a leak. (The same as the one plugged in compile.c -- forgot

to free lnotab).
This commit is contained in:
Guido van Rossum 1997-07-26 23:30:18 +00:00
parent 5ec8e4b5ff
commit 6fc06e770f
1 changed files with 1 additions and 0 deletions

View File

@ -561,6 +561,7 @@ r_object(p)
Py_XDECREF(varnames);
Py_XDECREF(filename);
Py_XDECREF(name);
Py_XDECREF(lnotab);
}
return v;