Commit b7c54cd2 authored by Steven Bethard's avatar Steven Bethard

Fix memory bug in bdist_msi. (Commit okayed in issue6319.)

parent 1b8ce2c6
......@@ -315,8 +315,7 @@ class bdist_msi (Command):
key = seen[afile]
add_data(self.db, "DuplicateFile",
[(key + version, dir.component, key, None, dir.logical)])
db.Commit()
cab.commit(db)
def add_find_python(self):
......
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