mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Remove wrong free command.
This commit is contained in:
parent
6fbc510aeb
commit
ecd6a86fd3
1 changed files with 0 additions and 1 deletions
|
@ -1194,7 +1194,6 @@ static csync_vio_method_handle_t *owncloud_open(const char *durl,
|
||||||
SAFE_FREE(dir);
|
SAFE_FREE(dir);
|
||||||
SAFE_FREE(uri);
|
SAFE_FREE(uri);
|
||||||
SAFE_FREE(statBuf.name);
|
SAFE_FREE(statBuf.name);
|
||||||
SAFE_FREE(statBuf.md5);
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue