diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-06-05 13:05:19 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-06-05 13:05:19 +0000 |
commit | c450a53552e2bf53179625b6b34492f6cb4439a2 (patch) | |
tree | 00ab41a82b90e29001f3fbc65ecc38702323aea9 /src/libxinevdec/roqvideo.c | |
parent | b971db9ab0beb88edc4ceb23009619488f0c5be5 (diff) | |
download | xine-lib-c450a53552e2bf53179625b6b34492f6cb4439a2.tar.gz xine-lib-c450a53552e2bf53179625b6b34492f6cb4439a2.tar.bz2 |
fix roq segfaults
CVS patchset: 2019
CVS date: 2002/06/05 13:05:19
Diffstat (limited to 'src/libxinevdec/roqvideo.c')
-rw-r--r-- | src/libxinevdec/roqvideo.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) { |