Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/manifest: fix freeing of groups in parse_manifest()
The char pointer array 'groups' is freed manually with g_strfreev. It is not freed in case of an error and a jump to the 'free:' label. Fixes coverity issue: | CID 1445510 (#1 of 1): Resource leak (RESOURCE_LEAK) | 17. leaked_storage: Variable groups going out of scope leaks the storage it points to Signed-off-by: Enrico Joerns <[email protected]>
- Loading branch information