[Mplayer-cvslog] CVS: main/Gui/mplayer play.c,1.68,1.69
Zoltan Ponekker
pontscho at mplayerhq.hu
Wed Jul 31 15:26:49 CEST 2002
Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mail:/var/tmp.root/cvs-serv24233/mplayer
Modified Files:
play.c
Log Message:
upsz 2
Index: play.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/play.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- play.c 25 Jul 2002 20:26:34 -0000 1.68
+++ play.c 31 Jul 2002 13:26:46 -0000 1.69
@@ -97,8 +97,8 @@
guiSetDF( guiIntfStruct.Filename,next->path,next->name );
guiIntfStruct.StreamType=STREAMTYPE_FILE;
guiIntfStruct.FilenameChanged=1;
- if ( guiIntfStruct.AudioFile ) free( guiIntfStruct.AudioFile );
- guiIntfStruct.AudioFile=NULL;
+ gfree( (void **)&guiIntfStruct.AudioFile );
+ gfree( (void **)&guiIntfStruct.Subtitlename );
}
else
{
More information about the MPlayer-cvslog
mailing list