Skip to content

Commit

Permalink
Prevent segfault if AssumeDeleted cleanup after refreshing subtree (F…
Browse files Browse the repository at this point in the history
…ixes GitHub issue #149)
  • Loading branch information
shundhammer committed Dec 21, 2020
1 parent 7155521 commit 0fcf1f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DirInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ void DirInfo::clear()
}

_summaryDirty = true;
_deletingAll = false;
dropSortCache();
}

Expand Down

0 comments on commit 0fcf1f4

Please sign in to comment.