[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: i_basic.nw



  User: cnieves 
  Date: 05/09/30 16:40:07

  Modified:    .        i_basic.nw
  Log:
  Added missing check.
  
  
  
  
  Revision  Changes    Path
  1.22      +1 -1      eda/geda/devel/gschem/noweb/i_basic.nw
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: i_basic.nw
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/noweb/i_basic.nw,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- i_basic.nw	30 Sep 2005 20:33:22 -0000	1.21
  +++ i_basic.nw	30 Sep 2005 20:40:07 -0000	1.22
  @@ -273,7 +273,7 @@
     }
   
     i_update_status(w_current, what_to_say);
  -  free(buf);
  +  if (buf != NULL) free(buf);
   }