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
043aa0b0
Commit
043aa0b0
authored
Mar 07, 2006
by
Michael Smith
Browse files
Don't leak parsers when we fail to parse a shoutcast-compatible request.
svn path=/icecast/trunk/icecast/; revision=10978
parent
c4dfb3f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
043aa0b0
...
...
@@ -962,8 +962,10 @@ static void _handle_shoutcast_compatible (client_queue_t *node)
client
->
parser
=
parser
;
_handle_source_request
(
client
,
shoutcast_mount
,
SHOUTCAST_SOURCE_AUTH
);
}
else
else
{
httpp_destroy
(
parser
);
client_destroy
(
client
);
}
free
(
http_compliant
);
free
(
shoutcast_mount
);
free
(
node
);
...
...
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