[xiph-cvs] cvs commit: ices/src input.c
Karl Heyes
karl at xiph.org
Thu Mar 13 10:08:07 PST 2003
karl 03/03/13 13:08:06
Modified: src input.c
Log:
don't free the timing structure at end of input. It's not in dynamic
memory now
Revision Changes Path
1.24 +1 -4 ices/src/input.c
Index: input.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/input.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- input.c 7 Mar 2003 04:20:55 -0000 1.23
+++ input.c 13 Mar 2003 18:08:06 -0000 1.24
@@ -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.23 2003/03/07 04:20:55 karl Exp $
+ * $Id: input.c,v 1.24 2003/03/13 18:08:06 karl Exp $
*
* Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
*
@@ -481,9 +481,6 @@
thread_cond_destroy(&ices_config->event_pending_cond);
thread_mutex_destroy(&ices_config->flush_lock);
thread_mutex_destroy(&ices_config->refcount_lock);
-
- free(control);
-
inmod->handle_event(inmod, EVENT_SHUTDOWN, NULL);
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list