Index: src_plugins/io_eagle/read.c =================================================================== --- src_plugins/io_eagle/read.c (revision 10331) +++ src_plugins/io_eagle/read.c (revision 10332) @@ -1445,10 +1445,5 @@ pcb_trace("Houston, the Eagle-bin has landed. %d\n", res); return 0; - -err:; - st_uninit(&st); - pcb_trace("Eagle XML parsing error. Bailing out now.\n"); - return -1; }