1
0
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:
cuihaikuo
2017-06-19 16:24:16 +08:00
parent d16737b298
commit ab08ec51e2
3 changed files with 4 additions and 1 deletions

View File

@@ -363,6 +363,7 @@ copy_template_files_recursive (SeafileSession *session,
}
g_free (sub_path);
}
g_dir_close (dir);
}
static void *