diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2005-02-09 20:03:18 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2005-02-09 20:03:18 +0000 |
commit | 98ae0af69a0e10d5fe88414617d47ddd7eab1147 (patch) | |
tree | f8db6d101dfb2f3b0e1b6f2660d1d39f7ae0b270 /src/xine-engine/input_rip.c | |
parent | 3a2698a5975e3a9cc7f1f4c006677f664da2c194 (diff) | |
download | xine-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_rip.c')
-rw-r--r-- | src/xine-engine/input_rip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/input_rip.c b/src/xine-engine/input_rip.c index 510861d7b..6837eb5cf 100644 --- a/src/xine-engine/input_rip.c +++ b/src/xine-engine/input_rip.c @@ -29,7 +29,7 @@ * - it's possible speeder saving streams in the xine without playing: * xine stream_mrl#save:file.raw\;noaudio\;novideo * - * $Id: input_rip.c,v 1.28 2005/02/03 07:19:07 valtri Exp $ + * $Id: input_rip.c,v 1.29 2005/02/09 20:03:20 tmattern Exp $ */ /* TODO: @@ -490,7 +490,7 @@ static void rip_plugin_dispose(input_plugin_t *this_gen) { lprintf("rip_plugin_dispose\n"); - this->main_input_plugin->dispose(this->main_input_plugin); + _x_free_input_plugin(this->stream, this->main_input_plugin); fclose(this->file); if (this->preview) free(this->preview); free(this); |