Plug memory leak (variable names in code objects were being leaked!)

This commit is contained in:
Guido van Rossum 1996-05-28 22:28:12 +00:00
parent 9a97d6ce53
commit 0a8626eb88
1 changed files with 1 additions and 0 deletions

View File

@ -468,6 +468,7 @@ r_object(p)
XDECREF(code);
XDECREF(consts);
XDECREF(names);
XDECREF(varnames);
XDECREF(filename);
XDECREF(name);