r5728 - trunk/eda/fped

werner at docs.openmoko.org werner at docs.openmoko.org
Tue Dec 1 02:29:07 CET 2009


Author: werner
Date: 2009-12-01 02:29:07 +0100 (Tue, 01 Dec 2009)
New Revision: 5728

Modified:
   trunk/eda/fped/dump.c
Log:
Trying to save arcs would crash fped.

- dump.c (print_obj): removed free(s2) left over from before the reduction of
  allocations



Modified: trunk/eda/fped/dump.c
===================================================================
--- trunk/eda/fped/dump.c	2009-12-01 01:04:32 UTC (rev 5727)
+++ trunk/eda/fped/dump.c	2009-12-01 01:29:07 UTC (rev 5728)
@@ -355,7 +355,6 @@
 			s3 = obj_base_name(obj->u.arc.end, prev);
 			s = stralloc_printf("arc %s %s %s %s",
 			    base, s1, s3, s2);
-			free(s2);
 		}
 		free(s2);
 		break;




More information about the commitlog mailing list