mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-09 04:17:30 +08:00
[client] Close directory handle after checking folder lock.
This commit is contained in:
parent
41161fd293
commit
fb1a3ebf61
@ -1055,9 +1055,8 @@ check_dir_locked_recursive (const wchar_t *path_w)
|
||||
path, error);
|
||||
}
|
||||
|
||||
FindClose (handle);
|
||||
|
||||
out:
|
||||
FindClose (handle);
|
||||
g_free (path);
|
||||
g_free (pattern);
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user