[Mplayer-cvslog] CVS: main/Gui/mplayer mw.c,1.106,1.107

Zoltan Ponekker pontscho at mplayerhq.hu
Sun Jan 19 23:46:43 CET 2003


Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mail:/var/tmp.root/cvs-serv18132/Gui/mplayer

Modified Files:
	mw.c 
Log Message:


- add new entry's to hungarian skin howto (please Gabu translate)
- trivial changes in the code


Index: mw.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/mw.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- mw.c	17 Jan 2003 23:29:14 -0000	1.106
+++ mw.c	19 Jan 2003 22:46:39 -0000	1.107
@@ -87,8 +87,8 @@
         break;
 
    case evPlayNetwork:
-        if ( guiIntfStruct.Subtitlename ) { free( guiIntfStruct.Subtitlename ); guiIntfStruct.Subtitlename=NULL; }
-	if ( guiIntfStruct.AudioFile ) { free( guiIntfStruct.AudioFile ); guiIntfStruct.AudioFile=NULL; }
+        gfree( (void **)&guiIntfStruct.Subtitlename );
+	gfree( (void **)&guiIntfStruct.AudioFile );
 	guiIntfStruct.StreamType=STREAMTYPE_STREAM;
         goto play;
    case evSetURL:



More information about the MPlayer-cvslog mailing list