Commit 5484c599 authored by Guido van Rossum's avatar Guido van Rossum

Add extra DECREF.

parent ab5db029
...@@ -42,6 +42,7 @@ initimport() ...@@ -42,6 +42,7 @@ initimport()
fatal("no mem for module table"); fatal("no mem for module table");
if (sysset("modules", v) != 0) if (sysset("modules", v) != 0)
fatal("can't assign sys.modules"); fatal("can't assign sys.modules");
DECREF(v);
} }
object * object *
......
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