summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEwald Snel <esnel@users.sourceforge.net>2002-04-28 10:12:49 +0000
committerEwald Snel <esnel@users.sourceforge.net>2002-04-28 10:12:49 +0000
commit5079975959e85e52197caf24ca59d0484cf61a57 (patch)
treea5a30129d934aff7cc6ddd6c8007e9de37176308
parent0696733edee01cf31f62cd9d61f54dc0e1d0c94c (diff)
downloadxine-lib-5079975959e85e52197caf24ca59d0484cf61a57.tar.gz
xine-lib-5079975959e85e52197caf24ca59d0484cf61a57.tar.bz2
Fix small memory leak
CVS patchset: 1791 CVS date: 2002/04/28 10:12:49
-rw-r--r--src/libdivx4/xine_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libdivx4/xine_decoder.c b/src/libdivx4/xine_decoder.c
index 922fa105a..44fbc29fc 100644
--- a/src/libdivx4/xine_decoder.c
+++ b/src/libdivx4/xine_decoder.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine_decoder.c,v 1.30 2002/04/23 16:05:12 richwareham Exp $
+ * $Id: xine_decoder.c,v 1.31 2002/04/28 10:12:49 esnel Exp $
*
* xine decoder plugin using divx4
*
@@ -528,7 +528,7 @@ static void divx4_reset(video_decoder_t *this_gen) {
}
static void divx4_dispose(video_decoder_t *this_gen) {
- /* FIXME: Do we need anything here? */
+ free (this_gen);
}
/* This is pretty generic. I took the liberty to increase the