[Mplayer-cvslog] CVS: main playtree.c,1.9,1.10
    Zoltan Ponekker 
    pontscho at mplayer.dev.hu
       
    Thu Mar  7 00:27:22 CET 2002
    
        - Previous message: [Mplayer-cvslog] CVS: main/DOCS/tech playtree-hun,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Italian bugreports.html,1.1,1.2 codecs.html,1.1,1.2 documentation.html,1.3,1.4 encoding.html,1.2,1.3 faq.html,1.2,1.3 formats.html,1.1,1.2 gcc-2.96-3.0.html,1.1,1.2 skin-it.html,1.1,1.2 sound.html,1.2,1.3 users_against_developers.html,1.1,1.2 video.html,1.2,1.3
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv10107
Modified Files:
	playtree.c 
Log Message:
workaround for gui a short time.
Index: playtree.c
===================================================================
RCS file: /cvsroot/mplayer/main/playtree.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- playtree.c	21 Feb 2002 13:11:31 -0000	1.9
+++ playtree.c	6 Mar 2002 23:27:20 -0000	1.10
@@ -441,7 +441,8 @@
 
 void
 play_tree_iter_free(play_tree_iter_t* iter) {
-  
+
+  if ( !iter ) return;  
 #ifdef MP_DEBUG
   assert(iter != NULL);
 #endif
@@ -460,6 +461,7 @@
 play_tree_iter_step(play_tree_iter_t* iter, int d,int with_nodes) {
   play_tree_t* pt;
 
+  if ( !iter ) return PLAY_TREE_ITER_ERROR;
 #ifdef MP_DEBUG
   assert(iter != NULL);
   assert(iter->root != NULL);
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main/DOCS/tech playtree-hun,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Italian bugreports.html,1.1,1.2 codecs.html,1.1,1.2 documentation.html,1.3,1.4 encoding.html,1.2,1.3 faq.html,1.2,1.3 formats.html,1.1,1.2 gcc-2.96-3.0.html,1.1,1.2 skin-it.html,1.1,1.2 sound.html,1.2,1.3 users_against_developers.html,1.1,1.2 video.html,1.2,1.3
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list