[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 07/02/23 14:17:03
Modified: . ChangeLog
Log:
In case of error, free the GError after using it, and don't unlink the file.
* src/x_image.c: Free the GError after using it, and don't unlink
the image file in case of errors. It's not always safe.
For example: if the operation was not allowed due to permissions,
the _previous existing_ file will be removed.
Revision Changes Path
1.630 +7 -0 eda/geda/gaf/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/ChangeLog,v
retrieving revision 1.629
retrieving revision 1.630
diff -u -b -r1.629 -r1.630
--- ChangeLog 22 Feb 2007 17:19:56 -0000 1.629
+++ ChangeLog 23 Feb 2007 19:17:02 -0000 1.630
@@ -1,3 +1,10 @@
+2007-02-23 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * src/x_image.c: Free the GError after using it, and don't unlink
+ the image file in case of errors. It's not always safe.
+ For example: if the operation was not allowed due to permissions,
+ the _previous existing_ file will be removed.
+
2007-02-22 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* lib/system-gschemrc.in : Changed the title of the save image
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs