summaryrefslogtreecommitdiff
path: root/src/xine-engine/input_cache.c
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2005-02-09 20:03:18 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2005-02-09 20:03:18 +0000
commit98ae0af69a0e10d5fe88414617d47ddd7eab1147 (patch)
treef8db6d101dfb2f3b0e1b6f2660d1d39f7ae0b270 /src/xine-engine/input_cache.c
parent3a2698a5975e3a9cc7f1f4c006677f664da2c194 (diff)
downloadxine-lib-98ae0af69a0e10d5fe88414617d47ddd7eab1147.tar.gz
xine-lib-98ae0af69a0e10d5fe88414617d47ddd7eab1147.tar.bz2
Finally commit the plugin loader improvements.
see my last mail about this stuff: http://thread.gmane.org/gmane.comp.video.xine.devel/12547 and this thread: http://thread.gmane.org/gmane.comp.video.xine.devel/11213 CVS patchset: 7395 CVS date: 2005/02/09 20:03:18
Diffstat (limited to 'src/xine-engine/input_cache.c')
-rw-r--r--src/xine-engine/input_cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/input_cache.c b/src/xine-engine/input_cache.c
index 9fd1abe39..4a3e309c3 100644
--- a/src/xine-engine/input_cache.c
+++ b/src/xine-engine/input_cache.c
@@ -22,7 +22,7 @@
* The goal of this input plugin is to reduce
* the number of calls to the real input plugin.
*
- * $Id: input_cache.c,v 1.5 2004/12/13 18:19:48 miguelfreitas Exp $
+ * $Id: input_cache.c,v 1.6 2005/02/09 20:03:19 tmattern Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -306,7 +306,7 @@ static void cache_plugin_dispose(input_plugin_t *this_gen) {
xprintf(this->stream->xine, XINE_VERBOSITY_DEBUG,
LOG_MODULE": seek_calls: %d, main input seek calls: %d\n", this->seek_call, this->main_seek_call);
- this->main_input_plugin->dispose(this->main_input_plugin);
+ _x_free_input_plugin(this->stream, this->main_input_plugin);
free(this);
}