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
369a4568
Commit
369a4568
authored
Jan 18, 2003
by
Michael Smith
Browse files
Small memory leak fixed (patch from Ricardo Galli <gallir@uib.es>)
svn path=/trunk/icecast/; revision=4259
parent
8f1b39e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/source.c
View file @
369a4568
...
...
@@ -241,6 +241,7 @@ void *source_main(void *arg)
DEBUG0
(
"Client has unrecoverable error catching up. Client has probably disconnected"
);
client
->
con
->
error
=
1
;
data_done
=
1
;
refbuf_release
(
abuf
);
break
;
}
...
...
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