Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
repo: Fix
dir_or_file_path
memory leak
Coverity points out that we have a memory leak from `g_strdup(dir_or_file_path)`. Make the duplication of the string a temporary variable that is freed using `g_autofree`.
- Loading branch information