CVS: main demuxer.c,1.27,1.28
23 Aug
2001
23 Aug
'01
8:47 a.m.
Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv6870 Modified Files: demuxer.c Log Message: freeing video buffer Index: demuxer.c =================================================================== RCS file: /cvsroot/mplayer/main/demuxer.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- demuxer.c 22 Aug 2001 23:54:57 -0000 1.27 +++ demuxer.c 23 Aug 2001 12:47:23 -0000 1.28 @@ -98,8 +98,8 @@ } void free_sh_video(sh_video_t* sh){ -// if(sh->our_out_buffer) free(sh->our_out_buffer); -// if(sh->bih) free(sh->bih); + if(sh->our_out_buffer) free(sh->our_out_buffer); + if(sh->bih) free(sh->bih); free(sh); }
8846
Age (days ago)
8846
Last active (days ago)
0 comments
1 participants
participants (1)
-
Arpi of Ize