[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 06/07/15 16:49:52
Modified: . ChangeLog
Log:
Bunch of fixes related to releasing gdkpixbuf memory. Removed some residual
noweb lines and comments.
Revision Changes Path
1.316 +12 -0 eda/geda/gaf/libgeda/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/ChangeLog,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -b -r1.315 -r1.316
--- ChangeLog 15 Jul 2006 17:00:50 -0000 1.315
+++ ChangeLog 15 Jul 2006 20:49:52 -0000 1.316
@@ -12,6 +12,18 @@
strdup calls to use g_free, g_?alloc, and g_strdup. This is the
first phase in fixing the slice crash under glib 2.10.x.
+ * src/libgeda.c: Clarified putenv/free comment
+
+ * src/o_attrib.c, src/o_complex_basic.c src/o_text_basic.c:
+ Removed some residual noweb #lines and comments
+
+ * src/s_conn.c: Finally figured out that setting a freed object's
+ data field was causing lots of trouble for glib's slice allocator.
+
+ * src/s_basic.c src/o_picture.c: Changed all g_free() calls on
+ all pixbufs to be g_object_unref. This was causing crashes with
+ glib 2.10.x.
+
2006-07-13 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
* libgeda.pc.in: Re-Fixed incorrect order of macros. Reverted back
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs