Index: board.c =================================================================== --- board.c (revision 30904) +++ board.c (revision 30905) @@ -65,7 +65,7 @@ for (i = 0; i < PCB_NUM_NETLISTS; i++) pcb_netlist_uninit(&(pcb->netlist[i])); vtroutestyle_uninit(&pcb->RouteStyle); - pcb_attribute_free(&pcb->Attributes); + rnd_attribute_free(&pcb->Attributes); pcb_layergroup_free_stack(&pcb->LayerGroups); @@ -422,9 +422,9 @@ continue; if (namespace != NULL) - s = pcb_attribute_get_namespace(&grp->Attributes, namespace, "thickness"); + s = rnd_attribute_get_namespace(&grp->Attributes, namespace, "thickness"); else - s = pcb_attribute_get(&grp->Attributes, "thickness"); + s = rnd_attribute_get(&grp->Attributes, "thickness"); curr = 0; if (s != NULL) curr = pcb_get_value(s, NULL, NULL, NULL);