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)`. We use `g_path_get_dirname()` which modifies the string in place, to which coverity should understand.
- Loading branch information