mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-19 01:17:26 +00:00
Fix a bug that may cause a memory leak
This commit is contained in:
@@ -363,6 +363,7 @@ copy_template_files_recursive (SeafileSession *session,
|
||||
}
|
||||
g_free (sub_path);
|
||||
}
|
||||
g_dir_close (dir);
|
||||
}
|
||||
|
||||
static void *
|
||||
|
Reference in New Issue
Block a user