From dca7aad8c609e205dd4bb793573fec966fdbfc31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 15 Dec 2007 09:24:49 +0100 Subject: Fix wrongly-named function. Thanks to Petri Hintukainen for reporting. --- src/combined/flac_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/combined/flac_decoder.c b/src/combined/flac_decoder.c index cb7db0364..9ec024d71 100644 --- a/src/combined/flac_decoder.c +++ b/src/combined/flac_decoder.c @@ -388,7 +388,7 @@ init_plugin (xine_t *xine, void *data) { this->decoder_class.open_plugin = open_plugin; this->decoder_class.identifier = "flacdec"; this->decoder_class.description = N_("flac audio decoder plugin"); - this->decoder_class.dispose = default_audio_decoder_dispose; + this->decoder_class.dispose = default_audio_decoder_class_dispose; return this; -- cgit v1.2.3