Commit f9d0cb0b authored by Guido van Rossum's avatar Guido van Rossum

The cleanup code in com-init() at label fail_0000 should remove

c_varnames, not c_lnotab.
parent 9cf95c9a
......@@ -457,7 +457,7 @@ com_init(c, filename)
return 1;
fail_0000:
Py_DECREF(c->c_lnotab);
Py_DECREF(c->c_varnames);
fail_000:
Py_DECREF(c->c_locals);
fail_00:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment