Recover the memory used to process intermediate nodes.

This commit is contained in:
Charles Haley 2015-11-21 15:12:07 +01:00
parent 09c43ac86d
commit 08dffd890f

View File

@ -596,6 +596,7 @@ class TagsModel(QAbstractItemModel): # {{{
for category in self.category_nodes:
process_one_node(category, collapse_model,
state_map.get(category.category_key, {}))
self.intermediate_nodes = None
# Fix up the node tree, reordering as needed and deleting undisplayed nodes
new_children = []