Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
spr0cketeer
Icecast-Server
Commits
cc613d40
Commit
cc613d40
authored
Jan 18, 2015
by
Philipp Schafft
🦁
Browse files
Fix: do not release events that are still in the queue
parent
7e465013
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/event.c
View file @
cc613d40
...
...
@@ -161,6 +161,7 @@ static void *event_run_thread (void *arg) {
if
(
event_queue
)
{
event
=
event_queue
;
event_queue
=
event_queue
->
next
;
event
->
next
=
NULL
;
}
else
{
event
=
NULL
;
}
...
...
Write
Preview
Markdown
is supported
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