Index: obj_arc.c =================================================================== --- obj_arc.c (revision 30904) +++ obj_arc.c (revision 30905) @@ -256,7 +256,7 @@ { if (dst == NULL) return NULL; - pcb_attribute_copy_all(&dst->Attributes, &src->Attributes); + rnd_attribute_copy_all(&dst->Attributes, &src->Attributes); return dst; } @@ -292,7 +292,7 @@ { if ((arc->parent.layer != NULL) && (arc->parent.layer->arc_tree != NULL)) pcb_r_delete_entry(arc->parent.layer->arc_tree, (pcb_box_t *)arc); - pcb_attribute_free(&arc->Attributes); + rnd_attribute_free(&arc->Attributes); pcb_arc_unreg(arc); free(arc); }