Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
2848a707
Commit
2848a707
authored
Mar 07, 2006
by
Michael Smith
Browse files
Fix a leak in a config parsing path when we see a directory server with no
host specified. svn path=/icecast/trunk/icecast/; revision=10974
parent
3cf24e0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cfgfile.c
View file @
2848a707
...
...
@@ -1039,6 +1039,9 @@ static void _add_server(xmlDocPtr doc, xmlNodePtr node,
server
=
NULL
;
addnode
=
0
;
}
else
{
free
(
server
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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