reap in onLocal

Each onLocal call involves a new Annex state, so needs to clean up after it.
This commit is contained in:
Joey Hess 2011-10-27 14:48:53 -04:00
parent c30366e95a
commit f84d66fa15
3 changed files with 9 additions and 1 deletions

View file

@ -439,3 +439,7 @@ Please note the "_n TIMES_" comments. It's how often I got the same error messag
4455
% find source -type f | wc -l
13554
> Fixed unreaped process leak.
> (This has nothing to do with NTFS). Ran test with 10k files
> [[done]] --[[Joey]]