mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-16 15:18:58 +00:00
Use Authorization header (#675)
Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
@@ -439,8 +439,10 @@ load_seahub_private_key (SeafileSession *session, const char *conf_dir)
|
||||
}
|
||||
|
||||
out:
|
||||
g_regex_unref (secret_key_regex);
|
||||
g_regex_unref (site_root_regex);
|
||||
if (secret_key_regex)
|
||||
g_regex_unref (secret_key_regex);
|
||||
if (site_root_regex)
|
||||
g_regex_unref (site_root_regex);
|
||||
g_free (conf_path);
|
||||
g_free (data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user