1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-08 02:38:54 +00:00

Fix crash when mysql stop (#755)

Co-authored-by: Heran Yang <heran.yang@seafile.com>
This commit is contained in:
feiniks
2025-04-09 17:44:26 +08:00
committed by GitHub
parent c7cf6f7d51
commit 0405196b1a
2 changed files with 2 additions and 1 deletions

View File

@@ -3873,6 +3873,7 @@ seafile_check_repo_blocks_missing (const char *repo_id,
free (json_data);
json_decref (ret_json);
json_decref (array);
seaf_repo_unref (repo);
return ret;
}