Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/bundle: fix string leakage in casync_make_arch()
The tmpdir holds a string newly allocated by g_dir_make_tmp(). Thus it must be freed. Use g_autofree for that. Signed-off-by: Enrico Joerns <[email protected]>
- Loading branch information