summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_roq.c
diff options
context:
space:
mode:
authorEwald Snel <esnel@users.sourceforge.net>2002-06-19 16:33:00 +0000
committerEwald Snel <esnel@users.sourceforge.net>2002-06-19 16:33:00 +0000
commitdeff4cff7d33cbcac98cc4d59b92489d415f9af3 (patch)
tree087adb2047c98f5aa7e70ae6f7b15f1cae2de845 /src/demuxers/demux_roq.c
parentc389b2579aa292afe0a8b9795c5cad58158e0e2b (diff)
downloadxine-lib-deff4cff7d33cbcac98cc4d59b92489d415f9af3.tar.gz
xine-lib-deff4cff7d33cbcac98cc4d59b92489d415f9af3.tar.bz2
Fix memory leaks and related bugs
CVS patchset: 2092 CVS date: 2002/06/19 16:33:00
Diffstat (limited to 'src/demuxers/demux_roq.c')
-rw-r--r--src/demuxers/demux_roq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_roq.c b/src/demuxers/demux_roq.c
index 5ddc91684..d5761162b 100644
--- a/src/demuxers/demux_roq.c
+++ b/src/demuxers/demux_roq.c
@@ -21,7 +21,7 @@
* For more information regarding the RoQ file format, visit:
* http://www.csse.monash.edu.au/~timf/
*
- * $Id: demux_roq.c,v 1.5 2002/06/12 12:22:33 f1rmb Exp $
+ * $Id: demux_roq.c,v 1.6 2002/06/19 16:33:01 esnel Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -506,7 +506,7 @@ static void demux_roq_stop (demux_plugin_t *this_gen) {
}
static void demux_roq_close (demux_plugin_t *this) {
-
+ free(this);
}
static int demux_roq_get_status (demux_plugin_t *this_gen) {