1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-17 23:59:44 +00:00

Fix memory leak (#527)

This commit is contained in:
feiniks
2021-12-08 17:25:33 +08:00
committed by GitHub
parent 807867afb7
commit e2b3437710
4 changed files with 5 additions and 1 deletions

View File

@@ -2593,6 +2593,7 @@ get_accessible_repo_list_cb (evhtp_request_t *req, void *arg)
g_list_free (repos);
out:
g_free (user);
g_hash_table_destroy (obtained_repos);
if (db_err) {