Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/config_file: free groups leaking on error in load_config()
When jumping to free: label, g_strfreev() will not be called. Use g_autoptr() instead. Fixes coverity issue: | CID 1445489 (#1 of 1): Resource leak (RESOURCE_LEAK) | 47. leaked_storage: Variable groups going out of scope leaks the storage it points to. Signed-off-by: Enrico Joerns <[email protected]>
- Loading branch information