From c450a53552e2bf53179625b6b34492f6cb4439a2 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 5 Jun 2002 13:05:19 +0000 Subject: fix roq segfaults CVS patchset: 2019 CVS date: 2002/06/05 13:05:19 --- src/libxinevdec/roqvideo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libxinevdec/roqvideo.c') diff --git a/src/libxinevdec/roqvideo.c b/src/libxinevdec/roqvideo.c index 4391c4ff1..b1cc6304d 100644 --- a/src/libxinevdec/roqvideo.c +++ b/src/libxinevdec/roqvideo.c @@ -18,7 +18,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: roqvideo.c,v 1.1 2002/05/27 21:17:57 tmmm Exp $ + * $Id: roqvideo.c,v 1.2 2002/06/05 13:05:19 miguelfreitas Exp $ */ /* And this is the header that came with the RoQ video decoder: */ @@ -462,7 +462,6 @@ static void roq_close (video_decoder_t *this_gen) { free(this->u[1]); free(this->v[0]); free(this->v[1]); - free(this); } static char *roq_get_id(void) { -- cgit v1.2.3