mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Don't leak memory.
Found by nightly build on http://testing.csync.org/.
This commit is contained in:
parent
2e34b51373
commit
1dc975ad9d
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ out:
|
|||
SAFE_FREE(log);
|
||||
SAFE_FREE(lock);
|
||||
SAFE_FREE(journal);
|
||||
SAFE_FREE(config);
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue