-
Notifications
You must be signed in to change notification settings - Fork 305
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
1 parent
973f90b
commit 01e7d81
Showing
1 changed file
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters