Skip to content
GitLab
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-IceS
Commits
ba7e437f
Commit
ba7e437f
authored
Mar 13, 2003
by
Karl Heyes
Browse files
don't free the timing structure at end of input. It's not in dynamic
memory now svn path=/trunk/ices/; revision=4485
parent
05ee82e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input.c
View file @
ba7e437f
...
...
@@ -2,7 +2,7 @@
* - Main producer control loop. Fetches data from input modules, and controls
* submission of these to the instance threads. Timing control happens here.
*
* $Id: input.c,v 1.2
3
2003/03/
07 04:20:55
karl Exp $
* $Id: input.c,v 1.2
4
2003/03/
13 18:08:06
karl Exp $
*
* Copyright (c) 2001 Michael Smith <msmith@labyrinth.net.au>
*
...
...
@@ -482,9 +482,6 @@ void input_loop(void)
thread_mutex_destroy
(
&
ices_config
->
flush_lock
);
thread_mutex_destroy
(
&
ices_config
->
refcount_lock
);
free
(
control
);
inmod
->
handle_event
(
inmod
,
EVENT_SHUTDOWN
,
NULL
);
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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