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
079c759e
Commit
079c759e
authored
Aug 23, 2004
by
Karl Heyes
Browse files
passed pointer could be NULL
svn path=/icecast/trunk/icecast/; revision=7615
parent
1fe23254
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client.c
View file @
079c759e
...
...
@@ -146,7 +146,8 @@ void client_set_queue (client_t *client, refbuf_t *refbuf)
refbuf_t
*
to_release
=
client
->
refbuf
;
client
->
refbuf
=
refbuf
;
refbuf_addref
(
client
->
refbuf
);
if
(
refbuf
)
refbuf_addref
(
client
->
refbuf
);
client
->
pos
=
0
;
if
(
to_release
)
refbuf_release
(
to_release
);
...
...
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