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

Free index progress if error occurred.

This commit is contained in:
cuihaikuo
2018-03-05 16:05:14 +08:00
parent caee7ef963
commit a4434c4d5e

View File

@@ -318,6 +318,7 @@ error:
g_unlink (ptr->data);
free_index_para (idx_para);
g_free (progress);
return -1;
}