Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Coverity points out that we have a memory leak from g_strdup(devpath). This is a mistake from coverity. However, we use `g_path_get_dirname()` which makes the process clearer since it does not modify the string in place.
- Loading branch information