Bug #6371. Fix memory leak caused by hanging reference to progress meter callback method.

svn: r21224
This commit is contained in:
Gary Burton 2013-01-26 09:28:28 +00:00
parent 13c58292e3
commit 45a6524247

View File

@ -966,6 +966,7 @@ class GrampsParser(UpdateCallback):
del self.func_map
del self.func_list
del self.p
del self.update
self.db.enable_signals()
self.db.request_rebuild()
return self.info