Index: excellon.c =================================================================== --- excellon.c (revision 24873) +++ excellon.c (revision 24874) @@ -429,6 +429,7 @@ { pcb_hid_remove_attributes_by_cookie(excellon_cookie); free(filename); + conf_unreg_fields("plugins/export_excellon/"); } int pplg_init_export_excellon(void) @@ -435,6 +436,10 @@ { PCB_API_CHK_VER; +#define conf_reg(field,isarray,type_name,cpath,cname,desc,flags) \ + conf_reg_field(conf_excellon, field,isarray,type_name,cpath,cname,desc,flags); +#include "excellon_conf_fields.h" + memset(&excellon_hid, 0, sizeof(excellon_hid)); pcb_hid_nogui_init(&excellon_hid);