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

gEDA-cvs: CVS update: ChangeLog



  User: ahvezda 
  Date: 06/07/16 21:50:09

  Modified:    .        ChangeLog
  Log:
  Changed all malloc/free calls to g_malloc/g_free.  Fixed improper freeing
  
  of pixmap as well.
  
  
  
  
  Revision  Changes    Path
  1.40      +12 -0     eda/geda/gaf/gattrib/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gattrib/ChangeLog,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- ChangeLog	3 Jun 2006 13:06:39 -0000	1.39
  +++ ChangeLog	17 Jul 2006 01:50:09 -0000	1.40
  @@ -1,3 +1,15 @@
  +2006-07-15 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +	* src/gtksheet_2_2.c: Changed a g_free on a gdk_pixmap to 
  +	g_object_unref to fix a valgrind error and the following output when	
  +	exiting gattrib:  free(): invalid pointer 0x812a108!
  +
  +	* src/gattrib.c, src/gtksheet_2_2.c, src/s_object.c, 
  +	src/s_rename.c, src/s_sheet_data.c, src/s_string_list.c, 
  +	src/s_table.c, src/s_toplevel.c, src/x_dialog.c, src/x_fileselect.c,
  +	src/x_gtksheet.c, src/x_window.c: Changed all malloc/free calls to
  +	g_malloc/g_free to be consistent with libgeda
  +
   2006-06-03 Stuart Brorson <sdb@xxxxxxxxxx>
   	* src/gtksheet_2_2.c: Finally fixed annoying bug in which gattrib
   	soaked up 70% of processor time.  Problem had to do with infinite
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs