Commit d91114c401c2ed4ad5b22997a8c7ddb29cefb2aa

Clear shouldCleanup when cleaning up
filter.c
(2 / 0)
  
239239 int i=0, watched=0, cleaned=0, maxDepth=0, empty=0;
240240 struct timeval now;
241241
242 shouldCleanup = 0;
243
242244 if(gettimeofday(&now, NULL) < 0) {
243245 perror("gettimeofday");
244246 exit(1);