inotify.c: close fscrawl.
This commit is contained in:
parent
1c6f66d58d
commit
ad06c58ba5
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ static int addwatch(const char *path, const char *name, unsigned recursive) {
|
|||
if (ent->dir)
|
||||
addwatch(ent->base, ent->name, 0);
|
||||
}
|
||||
fsc_close(f);
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
|
|
|||
Reference in a new issue