зеркало из https://github.com/nextcloud/desktop.git
Exclude: Add a missing free in case of empty lines.
This fixes Coverity CLT 12893
This commit is contained in:
Родитель
9ca82ba14d
Коммит
041066a252
|
@ -229,6 +229,7 @@ CSYNC_EXCLUDE_TYPE csync_excluded(CSYNC *ctx, const char *path, int filetype) {
|
|||
|
||||
type = CSYNC_FILE_EXCLUDE_LIST;
|
||||
if (strlen(pattern) < 1) {
|
||||
SAFE_FREE(pattern_stored);
|
||||
continue;
|
||||
}
|
||||
/* Ecludes starting with ']' means it can be cleanup */
|
||||
|
|
Загрузка…
Ссылка в новой задаче