SAFE_FREE added as result to valgrind check.

This commit is contained in:
Klaas Freitag 2014-01-31 13:32:25 +01:00
parent 35f5c1f3a7
commit 08d08e1f29

View file

@ -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);