summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/demuxers/demux_aac.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demuxers/demux_aac.c b/src/demuxers/demux_aac.c
index 375f67f2c..ee39fd071 100644
--- a/src/demuxers/demux_aac.c
+++ b/src/demuxers/demux_aac.c
@@ -21,7 +21,7 @@
* This demuxer presently only detects a raw AAC file by the extension
* '.aac'. Then it shovels buffer-sized chunks over to the AAC decoder.
*
- * $Id: demux_aac.c,v 1.3 2004/03/21 23:13:59 f1rmb Exp $
+ * $Id: demux_aac.c,v 1.4 2004/03/22 00:12:57 f1rmb Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -199,6 +199,7 @@ static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *str
break;
case METHOD_BY_CONTENT:
+ free (this);
return NULL;
break;