Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Knot projects
Knot DNS
Commits
9b58628b
Commit
9b58628b
authored
Oct 16, 2014
by
Jan Včelák
🚀
Browse files
config: fix memory leak in group section processing
parent
669d6d9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/knot/conf/conf.c
View file @
9b58628b
...
...
@@ -1020,6 +1020,7 @@ void conf_free_group(conf_group_t *group)
free
(
remote
);
}
free
(
group
->
name
);
free
(
group
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment