mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
SAFE_FREE added as result to valgrind check.
This commit is contained in:
parent
35f5c1f3a7
commit
08d08e1f29
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ out:
|
|||
st->type = type;
|
||||
st->etag = NULL;
|
||||
if( fs->etag ) {
|
||||
SAFE_FREE(st->etag);
|
||||
st->etag = c_strdup(fs->etag);
|
||||
}
|
||||
csync_vio_set_file_id(st->file_id, fs->file_id);
|
||||
|
|
Loading…
Reference in a new issue