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
88514b9c
Commit
88514b9c
authored
Oct 25, 2007
by
Karl Heyes
Browse files
fix minor memory leak on failed shoutcast source auth
svn path=/icecast/trunk/icecast/; revision=14044
parent
af1c8da6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
88514b9c
...
...
@@ -1214,6 +1214,7 @@ static void _handle_shoutcast_compatible (client_queue_t *node)
else
INFO1
(
"password does not match
\"
%s
\"
"
,
client
->
refbuf
->
data
);
client_destroy
(
client
);
free
(
source_password
);
free
(
node
);
return
;
}
...
...
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