mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +03:00
Fix possible leak
This commit is contained in:
parent
6b4501fd4b
commit
d8d4f118d7
1 changed files with 1 additions and 0 deletions
|
@ -306,6 +306,7 @@ int csync_walker(CSYNC *ctx, const char *file, const csync_vio_file_stat_t *fs,
|
|||
}
|
||||
SAFE_FREE(st->md5);
|
||||
SAFE_FREE(st->destpath);
|
||||
SAFE_FREE(st->error_string);
|
||||
SAFE_FREE(st);
|
||||
|
||||
type = CSYNC_FTW_TYPE_SKIP;
|
||||
|
|
Loading…
Reference in a new issue