Archived
1
0
Fork 0

inotify.c: close fscrawl.

This commit is contained in:
Henrik Hautakoski 2011-01-20 09:16:58 +01:00
parent 1c6f66d58d
commit ad06c58ba5

View file

@ -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;