mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Free md5 memory when destroying.
This commit is contained in:
parent
684c5a88c7
commit
e89c6dc256
1 changed files with 1 additions and 0 deletions
|
@ -663,6 +663,7 @@ static void _tree_destructor(void *data) {
|
|||
csync_file_stat_t *freedata = NULL;
|
||||
|
||||
freedata = (csync_file_stat_t *) data;
|
||||
SAFE_FREE(freedata->md5);
|
||||
SAFE_FREE(freedata);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue